summaryrefslogtreecommitdiff
path: root/src/code_80057C60.c
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-12 15:30:31 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-01-12 15:30:31 -0300
commit389f0f495131928cd620afee41095aff6683c8e9 (patch)
treeca0487385db3f88d71ce602d043814827d037966 /src/code_80057C60.c
parent14f4b1035978de811a54942c418b47e44995d86b (diff)
restore course objects
Diffstat (limited to 'src/code_80057C60.c')
-rw-r--r--src/code_80057C60.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c
index c69c2e3a5..fcd46116a 100644
--- a/src/code_80057C60.c
+++ b/src/code_80057C60.c
@@ -691,6 +691,7 @@ void render_player_snow_effect_four(void) {
void render_object_for_player(s32 cameraId) {
CourseManager_DrawObjects(cameraId);
CM_DrawParticles(cameraId);
+ CourseManager_RenderCourseObjects(cameraId);
// switch (gCurrentCourseId) {
// case COURSE_MARIO_RACEWAY: