remove test code

This commit is contained in:
h4570
2022-08-01 16:49:25 +02:00
parent 4a9042b129
commit 74668fba34
@@ -38,7 +38,6 @@ RenderBBox::RenderBBox(Vec4* t_vertices) : CoreBBox(t_vertices) {}
*/ */
CoreBBoxFrustum RenderBBox::clipIsInFrustum(const Plane* frustumPlanes, CoreBBoxFrustum RenderBBox::clipIsInFrustum(const Plane* frustumPlanes,
const M4x4& model) const { const M4x4& model) const {
return isInFrustum(frustumPlanes, model);
auto result = isInFrustum(frustumPlanes, model); auto result = isInFrustum(frustumPlanes, model);
if (result != PARTIALLY_IN_FRUSTUM) { if (result != PARTIALLY_IN_FRUSTUM) {