shortcuts are bad

This commit is contained in:
2025-04-01 01:00:57 -05:00
parent 76cc9dce34
commit c3685d2b30
6 changed files with 8 additions and 10 deletions

View File

@@ -43,11 +43,11 @@ namespace Archimedes {
private:
bool done = false;
inline static App* instance = nullptr;
protected:
bool done = false;
std::list<Module*> modules;
std::list<Module*> toClose;