Fixed a couple of issues with operations

This commit is contained in:
Pasha Bibko
2025-06-08 18:05:07 +01:00
parent 09f0f220b4
commit b3e63beae1
4 changed files with 19 additions and 23 deletions

View File

@@ -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 //