mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
oops
This commit is contained in:
parent
58531a9576
commit
2bf4b74830
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user