Răsfoiți Sursa

Merge pull request #1214 from Azaezel/alpha41/fixAnimScrubberPos

fix animation scrubber position
Brian Roberts 1 an în urmă
părinte
comite
59fc6d3d65

+ 1 - 1
Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript

@@ -1585,7 +1585,7 @@ function ShapeEdSeqFromMenu::onBrowseSelect( %this, %assetId )
 function ShapeEdAnimWIndow::onWake(%this)
 {
    %animWindow = ShapeEdAnimWIndow;
-   %position = "1" SPC Canvas.extent.y - 112;
+   %position = "1" SPC Canvas.extent.y - 132;
    
    if(isObject(ShapeEdPropWindow))
    {