mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-03 09:14:23 +00:00
Remove unneeded comment
This commit is contained in:
@@ -94,7 +94,7 @@ int main(void)
|
||||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
UpdateCamera(&camera); // Update camera
|
||||
UpdateCamera(&camera);
|
||||
|
||||
if (IsKeyDown(KEY_UP))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user