cxgeorge 24 years ago
parent
commit
2bf4b74830
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/LOD.cxx

+ 1 - 1
panda/src/gobj/LOD.cxx

@@ -107,7 +107,7 @@ compute_child(const LPoint3f &cam_pos, const LPoint3f &center) const {
 
   if(debug_LOD_mode) {
       //not ifndef NDEBUG'ing this out since need it at Opt4 for perf measurements
-      if(select_LOD_number>0) {
+      if(select_LOD_number>=0) {
           return select_LOD_number;
       }