EditorWidgetSystem that takes care of moving widgets around

This commit is contained in:
2016-01-21 10:30:19 +01:00
parent 5e70d6eef6
commit f1345419b6
7 changed files with 135 additions and 11 deletions
+1
View File
@@ -76,6 +76,7 @@ void EditorGUI::drawTools()
void EditorGUI::drawEntities(World* world)
{
if (!ImGui::Begin("Entities")) {
ImGui::End();
return;
}