EditorWidgetSystem that takes care of moving widgets around
This commit is contained in:
@@ -76,6 +76,7 @@ void EditorGUI::drawTools()
|
||||
void EditorGUI::drawEntities(World* world)
|
||||
{
|
||||
if (!ImGui::Begin("Entities")) {
|
||||
ImGui::End();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user