diff --git a/public/2-Hit.html b/public/2-Hit.html
index d5777465362997bb68ef4f5f9160ea5d2318f43a..3b9a6f958465ff916dd5098a32e73d7e65b36f92 100644
--- a/public/2-Hit.html
+++ b/public/2-Hit.html
@@ -71,7 +71,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
 })
 
 let flower;
-loader.load("https://transfer.hft-stuttgart.de/gitlab/22yasa1mpg/webarsr/-/raw/master/3d/magaphone.gltf", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/gitlab/22yasa1mpg/webarsr/-/raw/master/3d/bmw.gltf", function(gltf) {
   flower = gltf.scene;
 });
 
@@ -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.005; // Adjust the scale value as needed
-    // clone.scale.set(iconScale, iconScale, iconScale);
+    const iconScale = 0.005; // Adjust the scale value as needed
+    clone.scale.set(iconScale, iconScale, iconScale);
     scene.add(clone);
   }
 });