mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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 {
|
||||
// Send output to the console.
|
||||
token._keyword = "console_output";
|
||||
#ifdef NON_CONSOLE
|
||||
token._value = "0";
|
||||
#else
|
||||
token._value = "1";
|
||||
#endif
|
||||
tokens.push_back(token);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user