summaryrefslogtreecommitdiff
path: root/examples/platformer
diff options
context:
space:
mode:
Diffstat (limited to 'examples/platformer')
-rw-r--r--examples/platformer/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/platformer/main.lua b/examples/platformer/main.lua
index fe594ec..26dc0ee 100644
--- a/examples/platformer/main.lua
+++ b/examples/platformer/main.lua
@@ -259,7 +259,7 @@ local function drawPlayer()
end
player.curFrame = frame
- end
+ end
else
if 0 < player.vel.y then
player.curFrame = 6