Skip to content

Commit

Permalink
CameraDuplicator (RE7): Fix main menu camera
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 25, 2024
1 parent ac713ea commit a064333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/sdk/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,8 @@ RECamera* layer::Scene::get_main_camera_if_possible() const {
L"ess_DefaultCamera",
L"ess_DefaultCamera_01",
L"WTMainCamera",
L"DefaultCamera"
L"DefaultCamera",
L"Camera_mainmenu"
};

for (const auto& camera_name : camera_names) {
Expand Down

0 comments on commit a064333

Please sign in to comment.