summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2025-05-15 21:27:58 -0600
committerKiritoDv <kiritodev01@gmail.com>2025-05-15 21:27:58 -0600
commit8c81c2b141bdb38eb4fa20906df25bb060f7bd53 (patch)
treea3dae80b3b5bca4091e74816837587c7c0dca84c /src/engine
parenteaeff4e0e083e8974d0279cab52dd8d09a70f558 (diff)
parent26ec8eebfe1c47bec69acc17daad6df14efd5e66 (diff)
Merge branch 'main' into frameinterpolation
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/courses/WarioStadium.cpp2
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;
}