Skip to content

Commit e9ebcb3

Browse files
committed
Update gui.lua
1 parent 8552adb commit e9ebcb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monarch/transitions/gui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function M.window_resized(width, height)
2626
BOTTOM = vmath.vector3(0, - HEIGHT, 0)
2727
end
2828

29-
M.window_resized(tonumber(sys.get_config("display.width")), tonumber(sys.get_config("display.height")))
29+
M.window_resized(sys.get_config_int("display.width"), sys.get_config_int("display.height"))
3030

3131

3232
function M.instant(node, to, easing, duration, delay, cb)

0 commit comments

Comments
 (0)