Skip to content

Commit 5a2e922

Browse files
juliohqpsxdev
authored andcommitted
Use free camera in model shader example (raysan5#4428)
1 parent f1feb5c commit 5a2e922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/shaders/shaders_model_shader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int main(void)
6969
{
7070
// Update
7171
//----------------------------------------------------------------------------------
72-
UpdateCamera(&camera, CAMERA_FIRST_PERSON);
72+
UpdateCamera(&camera, CAMERA_FREE);
7373
//----------------------------------------------------------------------------------
7474

7575
// Draw

0 commit comments

Comments
 (0)