mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-28 01:16:47 -04:00
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:
@@ -339,7 +339,7 @@ void WarioStadium::Render(struct UnkStruct_800DC5EC* arg0) {
|
||||
prevFrame = 0;
|
||||
}
|
||||
currentScreenSection++;
|
||||
if (currentScreenSection > 5) {
|
||||
if (currentScreenSection >= 6) {
|
||||
currentScreenSection = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user