triangle and imgui

This commit is contained in:
2026-02-11 08:15:55 -06:00
parent 6c33eada03
commit ec8a9c9f4f
6 changed files with 19 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ void WindowModule::onLoad() {
void WindowModule::run() {
if(window) {
//window->doFrame();
window->doFrame();
} else {
app->emitEvent(new Archimedes::DoUnloadModuleEvent(name));
}