mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 09:59:03 +00:00
Fixed previous commit
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user