profiler, infodisplay, logging updates

This commit is contained in:
Turánszki János
2022-06-02 12:43:06 +02:00
parent 347c2ee0e4
commit 4e1daad92a
8 changed files with 58 additions and 15 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ namespace wi::helper
#endif // PLATFORM_UWP
wi::backlog::post("File not found: " + fileName);
wi::backlog::post("File not found: " + fileName, wi::backlog::LogLevel::Warning);
return false;
}
bool FileRead(const std::string& fileName, wi::vector<uint8_t>& data)