mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Move setlocale
from Lua to C++.
This commit is contained in:
parent
0e4c467a82
commit
1e94a7feaf
3 changed files with 4 additions and 4 deletions
|
@ -118,6 +118,9 @@ ScriptApiBase::ScriptApiBase(ScriptingType type):
|
|||
|
||||
lua_pushstring(m_luastack, porting::getPlatformName());
|
||||
lua_setglobal(m_luastack, "PLATFORM");
|
||||
|
||||
// Make sure Lua uses the right locale
|
||||
setlocale(LC_NUMERIC, "C");
|
||||
}
|
||||
|
||||
ScriptApiBase::~ScriptApiBase()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue