forgot to null check it
Some checks are pending
Build coop / build-ubuntu (push) Waiting to run
Build coop / build-windows (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run

This commit is contained in:
Isaac0-dev 2025-03-28 15:18:49 +10:00
parent 1a23932e9b
commit 0c9f94bab6

View file

@ -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; }
}
/**