diff options
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua index 8226be8..051a01e 100644 --- a/main.lua +++ b/main.lua @@ -225,8 +225,8 @@ end function App.draw() Button_handlers = {} - love.graphics.setColor(0, 0, 0) + love.graphics.setColor(0, 0, 0) --? print(Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos) assert(Text.le1(Screen_top1, Cursor1)) Cursor_y = -1 |