mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 08:24:23 +00:00
Dump native debug on stderr
This commit is contained in:
parent
0730597b52
commit
bebb9bad4b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ void printfDebug(const char *format, ...) {
|
|||
va_list ap;
|
||||
va_start(ap, format);
|
||||
if (ISDEBUGENABLED())
|
||||
vprintf(format, ap);
|
||||
vfprintf(stderr, format, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue