diff --git a/data/scripts/debug.lua b/data/scripts/debug.lua index c363cbb..402eee5 100644 --- a/data/scripts/debug.lua +++ b/data/scripts/debug.lua @@ -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