fix example text_draw_3d

This commit is contained in:
Crydsch 2022-07-18 18:18:10 +02:00
parent 95ae4eb8e1
commit 4c163b26e4

View File

@ -98,7 +98,7 @@ int main(void)
camera.fovy = 45.0f; // Camera field-of-view Y
camera.projection = CAMERA_PERSPECTIVE; // Camera mode type
SetCameraMode(camera, CAMERA_ORBITAL);
SetCameraMode(&camera, CAMERA_ORBITAL);
Vector3 cubePosition = { 0.0f, 1.0f, 0.0f };
Vector3 cubeSize = { 2.0f, 2.0f, 2.0f };