Browse Source

Use free camera in model shader example (#4428)

pull/4432/head
IcyLeave6109 3 weeks ago
committed by GitHub
parent
commit
15f6c47f07
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/shaders/shaders_model_shader.c

+ 1
- 1
examples/shaders/shaders_model_shader.c View File

@ -69,7 +69,7 @@ int main(void)
{
// Update
//----------------------------------------------------------------------------------
UpdateCamera(&camera, CAMERA_FIRST_PERSON);
UpdateCamera(&camera, CAMERA_FREE);
//----------------------------------------------------------------------------------
// Draw

Loading…
Cancel
Save