Parts with "ShowName" enabled now do what they are supposed to. Huzzah!

This commit is contained in:
andreja6
2018-10-25 18:56:00 -07:00
parent f7d6781698
commit 7e2eb2c694
7 changed files with 55 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "DataModelInstance.h"
#include <G3DAll.h>
#include <stack>
class Globals
{
@@ -21,6 +20,6 @@ public:
static const std::string PlaceholderName;
};
extern std::stack<Instance*> postRenderStack;
extern std::vector<Instance*> postRenderStack;
extern std::vector<Instance*> g_selectedInstances;
extern bool running;