From bf875c4d6fb04fcca9d9920cf3e1e277a46a3d74 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Sun, 9 Jun 2002 01:37:59 +0000 Subject: [PATCH] fix comment --- panda/src/gobj/config_gobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/gobj/config_gobj.cxx b/panda/src/gobj/config_gobj.cxx index 9d9b38342a..0a2222fbb7 100644 --- a/panda/src/gobj/config_gobj.cxx +++ b/panda/src/gobj/config_gobj.cxx @@ -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 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); // this controls the LOD child number returned by compute_child