diff --git a/r5dev/vphysics/QHull.cpp b/r5dev/vphysics/QHull.cpp index 4847ccea..37b478b6 100644 --- a/r5dev/vphysics/QHull.cpp +++ b/r5dev/vphysics/QHull.cpp @@ -11,7 +11,7 @@ int QHull_PrintFunc(const char* fmt, ...) { va_list args; va_start(args, fmt); - CoreMsgV(LogType_t::LOG_INFO, LogLevel_t::LEVEL_NOTIFY, eDLL_T::NONE, "message", fmt, args); + CoreMsgV(LogType_t::LOG_INFO, LogLevel_t::LEVEL_NOTIFY, eDLL_T::COMMON, "message", fmt, args); va_end(args); return NULL;