Cosmetics.

This commit is contained in:
Rod Kay
2024-01-03 12:25:22 +11:00
parent a3cf450826
commit ad2e6996eb
2 changed files with 0 additions and 15 deletions

View File

@@ -432,9 +432,6 @@ b2d_Space_cast_Point (Space* Self,
aabb.lowerBound = p - d;
aabb.upperBound = p + d;
printf ("\n");
printf ("b2d_Space_cast_Point ~ p = %f %f\n", p.x, p.y);
// Query the world for overlapping shapes.
//
QueryCallback Callback (p);