소스 검색

Merge pull request #1214 from Azaezel/alpha41/fixAnimScrubberPos

fix animation scrubber position
Brian Roberts 1 년 전
부모
커밋
59fc6d3d65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Templates/BaseGame/game/tools/shapeEditor/scripts/shapeEditor.ed.tscript

+ 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))
    {