diff --git a/public/2-Hit.html b/public/2-Hit.html
index ec14a24f2d9fa31d7572f4c023491e2c0a27f0b7..1a1a791b263915206bd0771c26efdef09ecee36a 100644
--- a/public/2-Hit.html
+++ b/public/2-Hit.html
@@ -80,8 +80,8 @@ session.addEventListener("select", (event) => {
     const clone = flower.clone();
     clone.position.copy(reticle.position);
     // Set the desired scale for the icon.
-    // const iconScale = 0.5; // Adjust the scale value as needed
-    // clone.scale.set(iconScale, iconScale, iconScale);
+    const iconScale = 0.5; // Adjust the scale value as needed
+    clone.scale.set(iconScale, iconScale, iconScale);
     scene.add(clone);
   }
 });