diff --git a/src/examples/native-three-with-physics.html b/src/examples/native-three-with-physics.html index a165073..609bb38 100644 --- a/src/examples/native-three-with-physics.html +++ b/src/examples/native-three-with-physics.html @@ -117,7 +117,7 @@ } requestAnimationFrame(animate) } - PhysicsLoader('/lib/ammo/kripken', () => MainScene()) + PhysicsLoader('./lib/ammo/kripken', () => MainScene()) console.log(`three.js version "${THREE.REVISION}"`)