test window module
This commit is contained in:
@@ -8,4 +8,9 @@ WindowModule::~WindowModule() {}
|
||||
|
||||
void WindowModule::run() {
|
||||
|
||||
if(window.shouldClose()) {
|
||||
app.stopModule(self);
|
||||
}
|
||||
|
||||
window.doFrame();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user