And you may ask yourself \'Well, how did i get here?\' (memory leak)

This commit is contained in:
benkyd
2023-01-20 13:21:17 +00:00
parent 8dde998710
commit 200ecad6b3
3 changed files with 64 additions and 16 deletions

View File

@@ -65,7 +65,6 @@ void rayHitCallback(void* hhm, HitInfo* hit)
void HHM::rayReturn(HitInfo* hit)
{
HARTModule* mod = mDirectory.getActiveModule();
spdlog::debug("HIT!!");
Renderer->computeHit(hit);
}