Lua_INI_Parser
Lua_INI_Parser copied to clipboard
Bug and correction 'w+b', in order to record.
Hello.
In order to record, please correct in "LIP.lua":
L69:
local file = assert(lovefile:open('w'), 'Error loading file :' .. fileName); -- 'w+b' corrected
In code:
local data = { ["sound"] = { ...
I tried: it's ok.
Thanks.
Solution is given here: https://love2d.org/forums/viewtopic.php?f=4&t=84099