automated change: update PhysX dependency cocos/PhysX@3c599c174f

This commit is contained in:
shrinktofit 2023-10-10 03:32:12 +00:00 committed by GitHub
parent fad60e3594
commit ebda1327dd
2 changed files with 5 additions and 61 deletions

View File

@ -8,6 +8,10 @@ declare module 'external:emscripten/physx/physx.release.wasm.js' {
export default PhysX;
}
declare module 'external:emscripten/physx/physx.debug.wasm.js' {
export default PhysX;
}
// tslint:disable
declare function PhysX (moduleOptions?: any): Promise<void>;

File diff suppressed because one or more lines are too long