From 3979900b0c380b205fa3ea2163781ecbac59f2f9 Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:20:20 +0100 Subject: [PATCH] Add comments --- src/w3d/renderer/inttest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/w3d/renderer/inttest.h b/src/w3d/renderer/inttest.h index b02fbb034..37f4dfcc1 100644 --- a/src/w3d/renderer/inttest.h +++ b/src/w3d/renderer/inttest.h @@ -67,6 +67,7 @@ inline bool AABoxIntersectionTestClass::Cull(const Vector3 &cull_min, const Vect return true; } + // #BUGFIX Return a value. return false; } @@ -89,6 +90,7 @@ inline bool AABoxIntersectionTestClass::Cull(const AABoxClass &cull_box) return true; } + // #BUGFIX Return a value. return false; }