adding camera button to create, because i forgot lmfao

This commit is contained in:
Anemunt
2025-12-11 12:34:46 -05:00
parent d35d000dd7
commit 4727de1f70

View File

@@ -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();
} }