diff --git a/panda/src/gobj/LOD.cxx b/panda/src/gobj/LOD.cxx index b7ce45848f..5b9aaf05fc 100644 --- a/panda/src/gobj/LOD.cxx +++ b/panda/src/gobj/LOD.cxx @@ -107,7 +107,7 @@ compute_child(const LPoint3f &cam_pos, const LPoint3f ¢er) 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; }