Skip to content

Commit

Permalink
update engine-native-external --> v3.8.2-5
Browse files Browse the repository at this point in the history
  • Loading branch information
lealzhan committed Sep 8, 2023
1 parent 0cf5aa5 commit 336f92d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cocos/physics/framework/physics-enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,20 +411,23 @@ export enum EPhysicsDrawFlags {
* 不绘制。
*/
None = 0,

/**
* @en
* Draw wireframe
* @zh
* 绘制线框。
*/
Wireframe = 0x0001,

/**
* @en
* Draw Constraint.
* @zh
* 绘制约束
*/
Constraint = 0x0002,

/**
* @en
* Draw AABB.
Expand Down
2 changes: 1 addition & 1 deletion native/external-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"type": "github",
"owner": "cocos-creator",
"name": "engine-native-external",
"checkout": "v3.8.2-2"
"checkout": "v3.8.2-5"
}
}

0 comments on commit 336f92d

Please sign in to comment.