mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-08-22 22:25:27 -04:00
Fixed camera inversion ice key SNS cutscene issue (#304)
This commit is contained in:
@@ -217,7 +217,7 @@ s32 recomp_get_first_person_inverted_x() {
|
||||
s32 recomp_get_first_person_inverted_y() {
|
||||
s32 inverted_x, inverted_y;
|
||||
if (recomp_in_demo_playback_game_mode()) {
|
||||
inverted_y = FALSE;
|
||||
inverted_y = TRUE;
|
||||
} else {
|
||||
recomp_get_first_person_inverted_axes(&inverted_x, &inverted_y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user