don't render text when no space

This commit is contained in:
airstruck
2015-10-28 07:18:06 -04:00
parent 7fe5ebdfc0
commit 9b082da332
3 changed files with 3 additions and 7 deletions

View File

@@ -103,9 +103,7 @@ end
local getMouseButtonId
local major, minor, revision, codename = love.getVersion()
if minor < 10 then
if love._version_minor < 10 then
getMouseButtonId = function (value)
return value == 'l' and 1
or value == 'r' and 2