Skip to content

Commit 9bd5f61

Browse files
committedJul 8, 2013
Set numeric locale in Lua in main menu
1 parent 6bc3a43 commit 9bd5f61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎builtin/mainmenu.lua

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
os.setlocale("C", "numeric")
2+
13
local scriptpath = engine.get_scriptdir()
24

35
dofile(scriptpath .. DIR_DELIM .. "modmgr.lua")

0 commit comments

Comments
 (0)