mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-26 07:35:40 +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++) {
|
for (int j = 0; j < 8; j++) {
|
||||||
if (planes[i].DistanceToPoint(box.points[j]) >= 0) {
|
if (planes[i].DistanceToPoint(box.points[j]) >= 0) {
|
||||||
float distance = planes[i].DistanceToPoint(box.points[j]);
|
|
||||||
temp++;
|
temp++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue