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

@ -97,7 +97,7 @@ int main(void)
{
// Update
//----------------------------------------------------------------------------------
UpdateCamera(&camera); // Update camera
UpdateCamera(&camera);
// Load new cubemap texture on drag&drop
if (IsFileDropped())