diff --git a/public/index.html b/public/index.html
index 039e0ad5d0e63c32a0646eed8f05ac7c7bba28bf..6dc13d214af59b48102283c8e3ada9813ce26907 100644
--- a/public/index.html
+++ b/public/index.html
@@ -77,7 +77,7 @@ session.addEventListener("select", (event) => {
   if (fox) {
     const clone = fox.clone();
     clone.position.copy(reticle.position);
-    clone.scale.set(0.01, 0.01, 00.1); // Ensure the clone is also scaled down
+    clone.scale.set(0.001, 0.001, 0.001); // Ensure the clone is also scaled down
     scene.add(clone);
   }
 });