remove debug stuff

This commit is contained in:
Cry dsch 2021-06-01 22:22:19 +02:00
parent c37e14772f
commit 606e85b133

View File

@ -82,7 +82,6 @@ int main(void)
// Check ray collision against ground quad
RayCollision groundHitInfo = GetRayCollisionQuad(ray, g0, g1, g2, g3);
DrawPoint3D(g0, RED);
if ((groundHitInfo.hit) && (groundHitInfo.distance < collision.distance))
{