mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
don't render text when no space
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user