Skip to content

Commit

Permalink
Update physicsPointProximityQuery.ts (#14866)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaananW authored Mar 13, 2024
1 parent ee70f3d commit 1fda0f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Vector3 } from "../Maths/math.vector";
import type { IRaycastQuery } from "./physicsRaycastResult";
import type { PhysicsBody } from "./v2";
import type { PhysicsBody } from "./v2/physicsBody";

/**
* Interface for point proximity query.
Expand Down

0 comments on commit 1fda0f9

Please sign in to comment.