Skip to content

Commit

Permalink
Fix hidden cutscene borders
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Mar 22, 2024
1 parent c52097f commit 48c7085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Common/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ void UpdateConfigDefaults()
switch (DisableCutsceneBorders)
{
case DISABLE_MEDIA_CONTROL:
break;
case FIT_MEDIA:
DisableCutsceneBorders = FILL_MEDIA;
break;
default:
DisableCutsceneBorders = AUTO_MEDIA_CONTROL;
Expand Down
2 changes: 1 addition & 1 deletion Resources/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 2126
#define BUILD_NUMBER 2127

0 comments on commit 48c7085

Please sign in to comment.