Skip to content

Commit

Permalink
Remove unnecessary dt param
Browse files Browse the repository at this point in the history
  • Loading branch information
camchenry committed Apr 28, 2017
1 parent 2d7a676 commit ae838c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end

function love.update(dt)
if DEBUG and Lovebird then
Lovebird.update(dt)
Lovebird.update()
end
end

Expand Down

0 comments on commit ae838c0

Please sign in to comment.