i did some stuff but wt

This commit is contained in:
Benjamin Kyd
2023-01-24 16:16:02 +00:00
parent 7eb251e145
commit 41b451dbe2

View File

@@ -139,7 +139,6 @@ void RayRenderer::draw()
void RayRenderer::computeHit(HitInfo* info)
{
spdlog::debug("HIT!!");
if (!(*mCurrentRefTable).count(info->Caller->Reference))
{
spdlog::warn("Why is the ray not in the map?!");