Fixed map editor state crashing

This commit is contained in:
2020-12-14 16:04:12 -06:00
parent 5ebcc56c33
commit f04217ccc7
2 changed files with 3 additions and 4 deletions

View File

@@ -79,8 +79,6 @@ class IMICFPS
end
def draw_cursor
size = 16
@cursor.draw(mouse_x, mouse_y, Float::INFINITY)
end