win32: don't prepend all debug with gallium3d
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
void debug_vprintf(const char *format, va_list ap)
|
||||
{
|
||||
#ifdef WIN32
|
||||
EngDebugPrint("Gallium3D: ", (PCHAR)format, ap);
|
||||
EngDebugPrint("", (PCHAR)format, ap);
|
||||
#else
|
||||
vfprintf(stderr, format, ap);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user