Fixed previous commit

This commit is contained in:
Pasha Bibko
2025-05-06 17:43:26 +01:00
parent f3a559490c
commit 0c34e7174e
3 changed files with 13 additions and 20 deletions

View File

@@ -15,12 +15,4 @@ namespace LX
actualLog.open("log");
s_LogFile = &actualLog;
}
void Log::Close()
{
// Flushes and closes the log //
// Yes I know closing automatically flushes but this function looked empty //
s_LogFile->flush();
s_LogFile->close();
}
}