Skip to content

Commit

Permalink
Add New Scene Button (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Jun 30, 2022
1 parent cb28e11 commit c4ce075
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void ERS_CLASS_ViewportMenu::DrawMenu(ERS_STRUCT_Viewport* Viewport, ERS_CLASS_S
}

if (ImGui::MenuItem("Scene")) {
AddScene(Viewport);
AddScene();
}


Expand Down

0 comments on commit c4ce075

Please sign in to comment.