diff options
author | Aki <nthirtyone@gmail.com> | 2016-10-06 14:45:05 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-10-06 14:45:05 +0200 |
commit | 82f0f11c9098da300439f62fdd175b6699fd150c (patch) | |
tree | cdcb5d0848471862966520d396647c088fa33061 | |
parent | 35262a7245bcd9ebf937d07ab3326655d96e5d2e (diff) | |
download | roflnauts-82f0f11c9098da300439f62fdd175b6699fd150c.zip roflnauts-82f0f11c9098da300439f62fdd175b6699fd150c.tar.gz roflnauts-82f0f11c9098da300439f62fdd175b6699fd150c.tar.bz2 |
Oops!
-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) |