From 46b3c9641be697a4a4f169e2d4438055f4b1177e Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Thu, 24 Mar 2016 12:55:54 -0700 Subject: [PATCH] pos not rot derp --- .../DomainContent/Home/dressingRoom/dressingRoom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpublishedScripts/DomainContent/Home/dressingRoom/dressingRoom.js b/unpublishedScripts/DomainContent/Home/dressingRoom/dressingRoom.js index 5e83d27220..8ae52d40ff 100644 --- a/unpublishedScripts/DomainContent/Home/dressingRoom/dressingRoom.js +++ b/unpublishedScripts/DomainContent/Home/dressingRoom/dressingRoom.js @@ -79,7 +79,7 @@ type: 'Model', modelURL: avatarModelURL, // dimensions: getAvatarDimensions(avatar), - position: matchBaseRotation(), + position: matchBasePosition(), rotation: matchBaseRotation(), collisionsWillMove: false, ignoreForCollisions: false,