triangle?
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user