solved problem where log had all in 1 line
This commit is contained in:
parent
19c5487789
commit
3f5cc2e111
|
@ -94,5 +94,5 @@ function logPrint(string)
|
||||||
end
|
end
|
||||||
|
|
||||||
function logWrite(string)
|
function logWrite(string)
|
||||||
if logging then love.filesystem.append(logFile, string) end
|
if logging then love.filesystem.append(logFile, string.."\n") end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue