mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-28 19:31:07 -04:00
Trophy, Object impl, and cleanup
This commit is contained in:
+2
-2
@@ -384,9 +384,9 @@ extern "C" {
|
||||
}
|
||||
}
|
||||
|
||||
void CourseManager_DrawObjects(Camera* camera) {
|
||||
void CourseManager_DrawObjects(s32 cameraId) {
|
||||
if (gWorldInstance.CurrentCourse) {
|
||||
gWorldInstance.DrawObjects(camera);
|
||||
gWorldInstance.DrawObjects(cameraId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user