2
0
Эх сурвалжийг харах

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

MelvMay-GG 12 жил өмнө
parent
commit
e181e2fe3c

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

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