Skip to content

Commit a059285

Browse files
committed
standard formatting
1 parent 051b816 commit a059285

2 files changed

Lines changed: 1165 additions & 1165 deletions

File tree

examples/textures/textures_bunnymark.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ while (!r.WindowShouldClose()) {
3636
}
3737
}
3838

39-
r.BeginDrawing()
39+
r.BeginDrawing()
4040
r.ClearBackground(r.RAYWHITE)
4141

4242
for (const bun of bunnies) {
@@ -47,7 +47,7 @@ while (!r.WindowShouldClose()) {
4747
((bun.position.x + hWidth) < 0)) bun.speed.x *= -1
4848
if (((bun.position.y + hHeight) > r.GetScreenHeight()) ||
4949
((bun.position.y + hHeight - 40) < 0)) bun.speed.y *= -1
50-
50+
5151
r.DrawTexture(texBunny, bun.position.x, bun.position.y, bun.color)
5252
}
5353

0 commit comments

Comments
 (0)