This is going to require a major rewrite of every component of this program. Going to revert back to the linear game loop for now
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Gui.h"
|
||||
|
||||
std::mutex Gui::container_lock;
|
||||
#include "Gui.h"
|
||||
|
||||
std::mutex Gui::container_lock;
|
||||
std::list<Gui*> Gui::renderable_container;
|
||||
Reference in New Issue
Block a user