mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #1214 from Azaezel/alpha41/fixAnimScrubberPos
fix animation scrubber position
This commit is contained in:
commit
59fc6d3d65
1 changed files with 1 additions and 1 deletions
|
|
@ -1585,7 +1585,7 @@ function ShapeEdSeqFromMenu::onBrowseSelect( %this, %assetId )
|
||||||
function ShapeEdAnimWIndow::onWake(%this)
|
function ShapeEdAnimWIndow::onWake(%this)
|
||||||
{
|
{
|
||||||
%animWindow = ShapeEdAnimWIndow;
|
%animWindow = ShapeEdAnimWIndow;
|
||||||
%position = "1" SPC Canvas.extent.y - 112;
|
%position = "1" SPC Canvas.extent.y - 132;
|
||||||
|
|
||||||
if(isObject(ShapeEdPropWindow))
|
if(isObject(ShapeEdPropWindow))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue