diff --git a/src/components/spawn-controller.js b/src/components/spawn-controller.js
index 4513c54ff953626aa08a7dc8fe0b5dcd64de1753..eab8314c8664965cbdd2b19acf99fa74609052c5 100644
--- a/src/components/spawn-controller.js
+++ b/src/components/spawn-controller.js
@@ -19,6 +19,8 @@ AFRAME.registerComponent("spawn-controller", {
     const angleDeg = angleRad * THREE.Math.RAD2DEG;
     const angleToCenter = -1 * angleDeg + 90;
     el.setAttribute("rotation", { x: 0, y: angleToCenter, z: 0 });
+
+    el.object3D.updateMatrix();
   },
 
   getPointOnCircle(radius, angleRad) {
diff --git a/templates/room.hbs b/templates/room.hbs
index babb310dfd940ed0ae9d957be7a82dd8cf6af648..add5dff049b1731e33645724d2d848777e26d36f 100644
--- a/templates/room.hbs
+++ b/templates/room.hbs
@@ -120,6 +120,7 @@
         <a-entity
             id="player-rig"
             networked
+            spawn-controller="radius: 4;"
             character-controller="pivot: #head"
         >
             <a-sphere scale="0.1 0.1 0.1"></a-sphere>
@@ -130,7 +131,6 @@
                 personal-space-bubble
                 look-controls
                 networked="template: #head-template; showLocalTemplate: false;" 
-                spawn-controller="radius: 4"
             ></a-entity>
 
             <a-entity