triangle?

This commit is contained in:
2026-02-10 23:51:27 -06:00
parent 1f22a661cd
commit 0244f463c4
11 changed files with 83 additions and 49 deletions

View File

@@ -42,10 +42,11 @@ void WindowModule::onLoad() {
void WindowModule::run() {
if(window)
window->doFrame();
else
if(window) {
//window->doFrame();
} else {
app->emitEvent(new Archimedes::DoUnloadModuleEvent(name));
}
}
bool WindowModule::onEvent(const Archimedes::Event& e) {