浏览代码

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