Added postrender

This commit is contained in:
andreja6
2018-10-25 18:16:39 -07:00
parent b1af53995a
commit 30a05af3b2
5 changed files with 28 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ int const Globals::patch = 2;
int Globals::surfaceId = 2;
bool Globals::showMouse = true;
bool Globals::useMousePoint = false;
std::stack<Instance*> postRenderStack = std::stack<Instance*>();
const std::string Globals::PlaceholderName = "Dynamica";
std::vector<Instance*> g_selectedInstances = std::vector<Instance*>();
bool running = false;