mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
save log for non-console version
This commit is contained in:
parent
000bd60935
commit
e9f98e18ef
@ -962,7 +962,11 @@ create_instance(const string &p3d, P3D_window_type window_type,
|
|||||||
} else {
|
} else {
|
||||||
// Send output to the console.
|
// Send output to the console.
|
||||||
token._keyword = "console_output";
|
token._keyword = "console_output";
|
||||||
|
#ifdef NON_CONSOLE
|
||||||
|
token._value = "0";
|
||||||
|
#else
|
||||||
token._value = "1";
|
token._value = "1";
|
||||||
|
#endif
|
||||||
tokens.push_back(token);
|
tokens.push_back(token);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user