automated change: update PhysX dependency cocos/PhysX@3c599c174f
This commit is contained in:
parent
fad60e3594
commit
ebda1327dd
|
|
@ -8,6 +8,10 @@ declare module 'external:emscripten/physx/physx.release.wasm.js' {
|
||||||
export default PhysX;
|
export default PhysX;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare module 'external:emscripten/physx/physx.debug.wasm.js' {
|
||||||
|
export default PhysX;
|
||||||
|
}
|
||||||
|
|
||||||
// tslint:disable
|
// tslint:disable
|
||||||
declare function PhysX (moduleOptions?: any): Promise<void>;
|
declare function PhysX (moduleOptions?: any): Promise<void>;
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue