mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-16 08:27:01 +00:00
Replaced uses of std::cout with Log::Write and Log::Error
This commit is contained in:
@@ -277,6 +277,6 @@ void CStructTemplate::DebugPrintProperties(TString base)
|
||||
tmp2->DebugPrintProperties(base);
|
||||
}
|
||||
else
|
||||
std::cout << base << tmp->Name() << "\n";
|
||||
Log::Write(base + tmp->Name());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user