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

@ -93,6 +93,8 @@ int main(void)
{
// Update
//----------------------------------------------------------------------------------
UpdateCamera(&camera);
framesCounter++;
rotation.x += 0.01f;
rotation.y += 0.005f;
@ -103,8 +105,6 @@ int main(void)
// Rotate one of the models
model1.transform = MatrixRotateXYZ(rotation);
UpdateCamera(&camera);
//----------------------------------------------------------------------------------
// Draw