Skip to content

Commit

Permalink
chore(physics): export PhysicsDragger type
Browse files Browse the repository at this point in the history
  • Loading branch information
lslzl3000 committed Sep 3, 2024
1 parent 917acd3 commit 7d0b329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/physics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './utils/ContactProcessedUtil';
export * from './utils/RigidBodyUtil';
export * from './utils/RigidBodyMapping';
export * from './utils/TempPhyMath';
export * from './utils/PhysicsDragger';
export * from './Physics';
export * from './visualDebug/DebugDrawModeEnum';
export * from './rigidbody/RigidbodyEnum';
Expand Down
2 changes: 1 addition & 1 deletion packages/physics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orillusion/physics",
"version": "0.3.3",
"version": "0.3.4",
"author": "Orillusion",
"description": "Orillusion Physics Plugin, Powerd by Ammo.js",
"main": "./dist/physics.umd.js",
Expand Down

0 comments on commit 7d0b329

Please sign in to comment.