mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
fix animation scrubber position
This commit is contained in:
parent
25a3c3325f
commit
7c7a213f94
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