Skip to content

Commit

Permalink
fixed game.stop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdugne committed Mar 7, 2017
1 parent c77c6f4 commit a18fba4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions engine/Game.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@ function Game:stop(userExit)

------------------------------------------

Screen:showBands()
Background:lighten()
App.score:display()
if(not userExit) then
Screen:showBands()
App.score:display()
end

------------------------------------------

Background:lighten()
Effects:stop(true)
Camera:stop()

Expand Down

0 comments on commit a18fba4

Please sign in to comment.