RendererSDL3 functional

This commit is contained in:
2025-05-05 16:43:50 -05:00
parent 62b7618ff4
commit 3198b91ebc
5 changed files with 8 additions and 15 deletions

View File

@@ -3,7 +3,6 @@
void MinimalApp::run() {
for(std::string m : runOrder) {
std::cout << "load" << m << std::endl;
modules[m]->onLoad();
}