PropertyGrid Selection Explorer Implemented

This commit is contained in:
MusicalProgrammer
2018-10-23 21:43:29 -04:00
parent ccf3ade099
commit b608a3ab9e
5 changed files with 25 additions and 9 deletions

View File

@@ -78,7 +78,6 @@ static int mode = CURSOR;
bool dragging = false;
Vector2 oldMouse = Vector2(0,0);
float moveRate = 0.5;
std::vector<Instance*> selectedInstances = std::vector<Instance*>();
static const std::string PlaceholderName = "HyperCube";
Demo *usableApp = NULL;