1.5: Fuckin' UE5... #38

Manually merged
williamjcm merged 126 commits from one-point-five into master 2024-07-22 11:06:13 +02:00
Showing only changes of commit 1db00ba892 - Show all commits

View file

@ -85,7 +85,7 @@ Logger::log(EntryType type, StringView location, StringView message) {
break; break;
} }
d << "["_s << Debug::nospace << location << Debug::nospace << "]"; d << "["_s << Debug::nospace << location << Debug::nospace << "]"_s;
for(auto i = 0u; i < _indentLevel; i++) { for(auto i = 0u; i < _indentLevel; i++) {
d << Debug::nospace << " "_s << Debug::nospace; d << Debug::nospace << " "_s << Debug::nospace;