Use free camera in model shader example (#4428)

This commit is contained in:
IcyLeave6109 2024-10-24 12:49:47 -03:00 committed by GitHub
parent 16368cd353
commit 15f6c47f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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