mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Fixed a couple of issues with operations
This commit is contained in:
@@ -14,7 +14,7 @@ namespace LX
|
||||
static std::ofstream actualLog;
|
||||
|
||||
// Opens the log file and assigns it to the log pointer //
|
||||
actualLog.open("log");
|
||||
actualLog.open("log.txt");
|
||||
s_LogFile = &actualLog;
|
||||
|
||||
// Assigns the priority //
|
||||
|
||||
Reference in New Issue
Block a user