Skip to content

Commit

Permalink
Merge pull request #39 from blattersturm/fix/widescreen-buttons
Browse files Browse the repository at this point in the history
Fix instructional buttons not scaling to >16:9 resolutions
  • Loading branch information
TomGrobbe authored Aug 15, 2021
2 parents 9d09309 + ef87c7e commit 9a7195a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MenuAPI/MenuController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,8 @@ internal static async Task DrawInstructionalButtons()
await Delay(0);
}

DrawScaleformMovieFullscreen(_scale, 255, 255, 255, 0, 0);

BeginScaleformMovieMethod(_scale, "CLEAR_ALL");
EndScaleformMovieMethod();

Expand Down

0 comments on commit 9a7195a

Please sign in to comment.