From 39468c1e6bfa753288fe5851238e9e98ffaf848d Mon Sep 17 00:00:00 2001 From: Jon Robinson Date: Tue, 13 Jul 2021 19:24:57 +1200 Subject: [PATCH] Update native-three-with-physics.html --- src/examples/native-three-with-physics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"`)