mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
reduce max search depth
This commit is contained in:
parent
676919e623
commit
c775c7bfab
@ -43,9 +43,9 @@
|
|||||||
|
|
||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
|
|
||||||
// stack seems to overflow on Intel C++ at 8000. If we need more than
|
// stack seems to overflow on Intel C++ at 7000. If we need more than
|
||||||
// 7500, need to increase stack size.
|
// 7000, need to increase stack size.
|
||||||
int NodePath::_max_search_depth = 7500;
|
int NodePath::_max_search_depth = 7000;
|
||||||
TypeHandle NodePath::_type_handle;
|
TypeHandle NodePath::_type_handle;
|
||||||
|
|
||||||
// This class is used in prepare_scene() to traverse the scene graph
|
// This class is used in prepare_scene() to traverse the scene graph
|
||||||
|
Loading…
x
Reference in New Issue
Block a user