drawText goes into infinite loop if called with a single character and drawn in the last column: ``` lua ROT = require 'rotLove.src.rot' display = ROT.Display:new() display:drawText(80, 1, "@") function love.draw() display:draw() end ```
drawText goes into infinite loop if called with a single character and drawn in the last column: