mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
forgot to null check it
This commit is contained in:
parent
1a23932e9b
commit
0c9f94bab6
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ void skip_camera_interpolation(void) {
|
|||
|
||||
static void set_gcamera(struct Camera *c) {
|
||||
gCamera = c;
|
||||
gCameraCObject->pointer = c;
|
||||
if (gCameraCObject != NULL) { gCameraCObject->pointer = c; }
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue