adding camera button to create, because i forgot lmfao
This commit is contained in:
@@ -1438,6 +1438,7 @@ void Engine::renderHierarchyPanel() {
|
|||||||
if (ImGui::MenuItem("Post FX Node")) addObject(ObjectType::PostFXNode, "Post FX");
|
if (ImGui::MenuItem("Post FX Node")) addObject(ObjectType::PostFXNode, "Post FX");
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
if (ImGui::MenuItem("Camera")) addObject(ObjectType::Camera, "Camera");
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user