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

@ -90,7 +90,7 @@ int main(void)
{
// Update
//----------------------------------------------------------------------------------
UpdateCamera(&camera); // Update camera
UpdateCamera(&camera);
// Update the shader with the camera view vector (points towards { 0.0f, 0.0f, 0.0f })
float cameraPos[3] = { camera.position.x, camera.position.y, camera.position.z };