This commit is contained in:
2025-05-02 10:35:11 -05:00
parent 74b82845b5
commit 2ef95d6e90
6 changed files with 85 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ WindowModule::~WindowModule() {
}
if(window)
delete window;
releaseWindow(window);
}
}