Skip to content

Commit

Permalink
Work on Android port.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagolove committed Jan 21, 2020
1 parent 15c3fdf commit 8fe782c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ function kons:draw(x0, y0)
if not self.show then return end

local y = y0
g.setColor(self.color)
for k, v in pairs(self.strings_i) do
g.print(v, x0, y)
y = y + g.getFont():getHeight()
Expand Down

0 comments on commit 8fe782c

Please sign in to comment.