Skip to content

Commit

Permalink
CameraDuplicator (RE7): Fix Banned Footage menu
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 25, 2024
1 parent 36daa11 commit c7e9415
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 @@ -1318,7 +1318,8 @@ RECamera* layer::Scene::get_main_camera_if_possible() const {
L"ess_DefaultCamera_01",
L"WTMainCamera",
L"DefaultCamera",
L"Camera_mainmenu"
L"Camera_mainmenu",
L"Camera_cp7mainmenu",
};

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

0 comments on commit c7e9415

Please sign in to comment.