From e2a2206a69de11e73637891e404bc11aa582a32f Mon Sep 17 00:00:00 2001 From: Andros Date: Thu, 31 May 2018 01:04:45 +0200 Subject: [PATCH] Fixbug --- steps/4_spaceship2/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/4_spaceship2/main.lua b/steps/4_spaceship2/main.lua index 4b0216f..425f98f 100644 --- a/steps/4_spaceship2/main.lua +++ b/steps/4_spaceship2/main.lua @@ -34,7 +34,7 @@ function love.draw() end function love.update(dt) - if spaceship.pos_frame ~= spaceship.num_frames then + if spaceship.pos_frame ~= spaceship.num_frames then spaceship.pos_frame = spaceship.pos_frame + 1 else spaceship.pos_frame = 1