mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
remove debug code
This commit is contained in:
parent
5dab9910e2
commit
c5b156d95d
|
@ -1482,7 +1482,6 @@ Clip CNew3D::ClipBox(BBox& box, Plane planes[4])
|
|||
|
||||
for (int j = 0; j < 8; j++) {
|
||||
if (planes[i].DistanceToPoint(box.points[j]) >= 0) {
|
||||
float distance = planes[i].DistanceToPoint(box.points[j]);
|
||||
temp++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue