From 2bf4b74830c290a34c6b2af2471e3180c584b35c Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Sun, 1 Jul 2001 01:53:11 +0000 Subject: [PATCH] oops --- panda/src/gobj/LOD.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }