This commit is contained in:
cxgeorge 2001-07-01 01:53:11 +00:00
parent 58531a9576
commit 2bf4b74830

View File

@ -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;
}