fix example

This commit is contained in:
Crydsch 2022-07-04 15:35:14 +02:00
parent 864da80858
commit 5cd17cc024

View File

@ -47,7 +47,7 @@ int main(void)
colors[i] = (Color){ GetRandomValue(20, 255), GetRandomValue(10, 55), 30, 255 }; colors[i] = (Color){ GetRandomValue(20, 255), GetRandomValue(10, 55), 30, 255 };
} }
SetCameraMode(camera, CAMERA_FIRST_PERSON); // Set a first person camera mode SetCameraMode(&camera, CAMERA_FIRST_PERSON); // Set a first person camera mode
// Catch cursor // Catch cursor
DisableCursor(); DisableCursor();