diff options
Diffstat (limited to 'examples/models/models_loading_vox.c')
| -rw-r--r-- | examples/models/models_loading_vox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_loading_vox.c b/examples/models/models_loading_vox.c index 9dc3cf67..80226d0a 100644 --- a/examples/models/models_loading_vox.c +++ b/examples/models/models_loading_vox.c @@ -79,7 +79,7 @@ int main(void) { // Update //---------------------------------------------------------------------------------- - UpdateCamera(&camera); // Update our camera to orbit + UpdateCamera(&camera); // Cycle between models on mouse click if (IsMouseButtonPressed(MOUSE_BUTTON_LEFT)) currentModel = (currentModel + 1)%MAX_VOX_FILES; |
