Thinking about doing a simple scheduling system next. Perhaps tick tied to the step_size?

This commit is contained in:
MitchellHansen
2017-09-28 22:11:14 -07:00
parent a280005bd9
commit 4d6cecc7e0
5 changed files with 149 additions and 92 deletions

View File

@@ -42,7 +42,7 @@ private:
static std::list<Gui*> renderable_container;
protected:
bool rendering = false;
bool rendering = true;
// Derived class will handle imgui calls
};