mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-05 01:16:28 +00:00
EXAMPLES: Format tweaks
This commit is contained in:
@@ -97,7 +97,7 @@ int main(void)
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
UpdateCamera(&camera, CAMERA_FIRST_PERSON);
|
||||
|
||||
|
||||
framesCounter++;
|
||||
rotation.x += 0.01f;
|
||||
rotation.y += 0.005f;
|
||||
|
Reference in New Issue
Block a user