Browse Source

- Stopped the MultiWindowToy from mounting using "angle" to stop the view from spinning like crazy.

MelvMay-GG 12 years ago
parent
commit
e181e2fe3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/MultiWindowToy/1/main.cs

+ 1 - 1
modules/MultiWindowToy/1/main.cs

@@ -172,7 +172,7 @@ function MultiWindowToy::createGems( %this )
             %object.BlendColor = LimeGreen;
             
             // Mount to the object.
-            SandboxWindow2.mount( %object, "0 0", 0, true, true );
+            SandboxWindow2.mount( %object, "0 0", 0, true, false );
         }
         else
         {