1
0
mirror of synced 2025-02-02 20:37:25 +01:00

Fix debug menu

This commit is contained in:
Stepland 2020-02-09 15:25:31 +01:00
parent f123769603
commit 06e7381b8b

View File

@ -6,6 +6,6 @@ namespace Toolkit {
public:
virtual ~Debuggable() = default;
virtual void draw_debug() = 0;
bool debug;
bool debug = false;
};
}