We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8552adb commit e9ebcb3Copy full SHA for e9ebcb3
1 file changed
monarch/transitions/gui.lua
@@ -26,7 +26,7 @@ function M.window_resized(width, height)
26
BOTTOM = vmath.vector3(0, - HEIGHT, 0)
27
end
28
29
-M.window_resized(tonumber(sys.get_config("display.width")), tonumber(sys.get_config("display.height")))
+M.window_resized(sys.get_config_int("display.width"), sys.get_config_int("display.height"))
30
31
32
function M.instant(node, to, easing, duration, delay, cb)
0 commit comments