Fix EditorMatrix (#201)

* Fix build

* Fix EditorMatrix

* Corrected name of built application on the linux workflow file

* Enable jumbotron

---------

Co-authored-by: sitton76 <58642183+sitton76@users.noreply.github.com>
This commit is contained in:
MegaMech
2025-05-15 21:04:35 -06:00
committed by GitHub
parent df26c3d727
commit b9e1f0fa38
2 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ void WarioStadium::Render(struct UnkStruct_800DC5EC* arg0) {
prevFrame = 0;
}
currentScreenSection++;
if (currentScreenSection > 5) {
if (currentScreenSection >= 6) {
currentScreenSection = 0;
}