idk man
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Game
|
||||
virtual void traceVargs(const char* _filePath, uint16_t _line, const char* _format, va_list _argList) override
|
||||
{
|
||||
printf("%s (%d): ", _filePath, _line);
|
||||
printf(_format, _argList);
|
||||
vprintf(_format, _argList);
|
||||
}
|
||||
|
||||
virtual void profilerBegin(const char* /*_name*/, uint32_t /*_abgr*/, const char* /*_filePath*/, uint16_t /*_line*/) override
|
||||
|
||||
Reference in New Issue
Block a user