Skip to content

Commit

Permalink
Remove an unused import in cocos/physics/utils/util.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 19, 2024
1 parent d93a3da commit 5b50300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/physics/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
THE SOFTWARE.
*/

import { equals, Vec3, IVec3Like, murmurhash2_32_gc } from '../../core';
import { Vec3, IVec3Like, murmurhash2_32_gc } from '../../core';
import { CharacterController, CharacterTriggerEventType, Collider, CollisionEventType, IContactEquation, TriggerEventType } from '../framework';

export { cylinder } from '../../primitive';
Expand Down

0 comments on commit 5b50300

Please sign in to comment.