diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-05-15 21:04:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-15 21:04:35 -0600 |
| commit | b9e1f0fa38fed4a1912fdf9e916ae20f5bebcd0e (patch) | |
| tree | ffd31b11137bd63eac491e2777cb195f1081a8f3 /src/engine | |
| parent | df26c3d727fb5c1618f95b82377128cd18a54a52 (diff) | |
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>
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/courses/WarioStadium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/courses/WarioStadium.cpp b/src/engine/courses/WarioStadium.cpp index b703323f4..4cd4bbf47 100644 --- a/src/engine/courses/WarioStadium.cpp +++ b/src/engine/courses/WarioStadium.cpp @@ -339,7 +339,7 @@ void WarioStadium::Render(struct UnkStruct_800DC5EC* arg0) { prevFrame = 0; } currentScreenSection++; - if (currentScreenSection > 5) { + if (currentScreenSection >= 6) { currentScreenSection = 0; } |
