Skip to content

Infinite loop in drawText #67

@Bruno-Meyer

Description

@Bruno-Meyer

drawText goes into infinite loop if called with a single character and drawn in the last column:

ROT = require 'rotLove.src.rot'
display = ROT.Display:new()

display:drawText(80, 1, "@")

function love.draw()
  display:draw()
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions