mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #1214 from Azaezel/alpha41/fixAnimScrubberPos
fix animation scrubber position
This commit is contained in:
commit
59fc6d3d65
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue