diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/menuhost.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/menuhost.lua b/config/menuhost.lua index af7dad1..710839d 100644 --- a/config/menuhost.lua +++ b/config/menuhost.lua @@ -3,7 +3,7 @@ local menu = ... local button = require "button" local selector = require "selector" -local width, height = love.graphics.getWidth()/getRealScale(), love.graphics.getHeight()/getRealScale() +local width, height = love.graphics.getWidth()/getScale(), love.graphics.getHeight()/getScale() local bx = width/2-29 local map_selector = selector:new(menu) |