mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
Fix error in Lua-serialization of StringListProperty
This commit is contained in:
@@ -61,6 +61,7 @@ bool toLuaConversion(lua_State* state, std::vector<std::string> val) {
|
||||
lua_pushstring(state, std::to_string(i).c_str());
|
||||
lua_pushstring(state, v.c_str());
|
||||
lua_settable(state, -3);
|
||||
++i;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user