From 82f0f11c9098da300439f62fdd175b6699fd150c Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 6 Oct 2016 14:45:05 +0200 Subject: Oops! --- config/menuhost.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1