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:
@@ -83,7 +83,7 @@ sth_stash* initFont(GLPrimitiveRenderer* primRender)
|
||||
unsigned char* data = (unsigned char*) data2;
|
||||
if (!(droidRegular = sth_add_font_from_memory(stash, data)))
|
||||
{
|
||||
printf("error!\n");
|
||||
b3Error("error!\n");
|
||||
}
|
||||
|
||||
err = glGetError();
|
||||
|
||||
Reference in New Issue
Block a user