From 0c4888d5d1c6fb279248626e702a5e2bd6b6fc62 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 19 Aug 2022 09:42:11 -0400 Subject: [PATCH] remove leftover debug code --- qbsp/map.cc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/qbsp/map.cc b/qbsp/map.cc index 02070244..6d08b69f 100644 --- a/qbsp/map.cc +++ b/qbsp/map.cc @@ -1747,15 +1747,6 @@ inline void AddBrushBevels(mapentity_t &e, mapbrush_t &b) } plane.dist = qv::dot(b.faces[i].winding[j], plane.normal); - auto w = BaseWindingForPlane(plane); - - if (fabs(trunc(w[0][0])) == 693 || - fabs(trunc(w[1][0])) == 693 || - fabs(trunc(w[2][0])) == 693) { - __debugbreak(); - } - - // if all the points on all the sides are // behind this plane, it is a proper edge bevel for (k = 0; k < b.faces.size(); k++) {