diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2024-12-13 15:19:39 -0700 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2024-12-13 15:19:39 -0700 |
| commit | 7f22f75db7fa7a1b2149bc953d2a159c52bc5e8b (patch) | |
| tree | 71cacfc66228dcd9f509fc2d7894689b426778b7 /src/port/Game.cpp | |
| parent | 517a59fbf49a4d2bb59aefb10f2acfcdd17ff75e (diff) | |
Trophy, Object impl, and cleanup
Diffstat (limited to 'src/port/Game.cpp')
| -rw-r--r-- | src/port/Game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/Game.cpp b/src/port/Game.cpp index 300deed9f..d6cf9643c 100644 --- a/src/port/Game.cpp +++ b/src/port/Game.cpp @@ -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); } } |
