Added b3Printf, b3Warning and b3Error that can be re-routed to custom handlers.
See in src/Bullet3Common/b3Logging.h for details
This commit is contained in:
@@ -25,7 +25,7 @@ subject to the following restrictions:
|
||||
|
||||
static void printGLString(const char *name, GLenum s) {
|
||||
const char *v = (const char *) glGetString(s);
|
||||
printf("GL %s = %s\n", name, v);
|
||||
b3Printf("GL %s = %s\n", name, v);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user