Remove unneeded comment

This commit is contained in:
Ray
2022-08-02 18:12:57 +02:00
parent df5514088e
commit 5840cd6e50
22 changed files with 25 additions and 24 deletions

View File

@@ -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;