mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix comment
This commit is contained in:
parent
f6faa4d898
commit
bf875c4d6f
@ -109,7 +109,7 @@ const string fake_texture_image = config_gobj.GetString("fake-texture-image", ""
|
|||||||
// must be set to true for LOD_number debugging items to work
|
// must be set to true for LOD_number debugging items to work
|
||||||
const bool debug_LOD_mode = config_gobj.GetBool("debug-LOD-mode", false);
|
const bool debug_LOD_mode = config_gobj.GetBool("debug-LOD-mode", false);
|
||||||
|
|
||||||
// if this is >0, select_child always returns this LOD number
|
// if this is >=0, select_child always returns this LOD number
|
||||||
const int select_LOD_number = config_gobj.GetInt("select-LOD-number", -1);
|
const int select_LOD_number = config_gobj.GetInt("select-LOD-number", -1);
|
||||||
|
|
||||||
// this controls the LOD child number returned by compute_child
|
// this controls the LOD child number returned by compute_child
|
||||||
|
Loading…
x
Reference in New Issue
Block a user