reviewed ALL non-external files to follow raylib's convention of no spaces around / or * (#5153)
This commit is contained in:
parent
507c85900f
commit
0e73e0ea64
34 changed files with 122 additions and 122 deletions
|
|
@ -18,8 +18,8 @@ int main() {
|
|||
SetTargetFPS(60);
|
||||
|
||||
while (!WindowShouldClose()) {
|
||||
cam.position.x = sin(GetTime()) * 10.0f;
|
||||
cam.position.z = cos(GetTime()) * 10.0f;
|
||||
cam.position.x = sin(GetTime())*10.0f;
|
||||
cam.position.z = cos(GetTime())*10.0f;
|
||||
|
||||
BeginDrawing();
|
||||
ClearBackground(RAYWHITE);
|
||||
|
|
@ -35,4 +35,4 @@ int main() {
|
|||
|
||||
CloseWindow();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue