Skip to content

Commit

Permalink
Merge pull request #1061 from NimbusBP1729/fix_dialog_fonts
Browse files Browse the repository at this point in the history
removes weird 0 in dialog printing
  • Loading branch information
edisonout committed Mar 24, 2013
2 parents 2c5fe66 + 47679fb commit fa31405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,14 @@ if correctVersion then
function love.draw()
camera:set()
Gamestate.draw()
fonts.set('arial')
if Dialog.currentDialog then
Dialog.currentDialog:draw()
end
if Prompt.currentPrompt then
Prompt.currentPrompt:draw()
end
fonts.revert()
camera:unset()

if paused then
Expand Down

0 comments on commit fa31405

Please sign in to comment.