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