[unity] Minor: removed a commented-out leftover line of code.

This commit is contained in:
Harald Csaszar 2022-01-20 13:50:01 +01:00
parent a5b67629c8
commit 4cbae2411a

View File

@ -28,7 +28,6 @@
*****************************************************************************/ *****************************************************************************/
using System; using System;
using System.Collections.Generic;
namespace Spine { namespace Spine {
public class Skeleton { public class Skeleton {
@ -122,7 +121,6 @@ namespace Spine {
pathConstraints.Add(new PathConstraint(pathConstraintData, this)); pathConstraints.Add(new PathConstraint(pathConstraintData, this));
UpdateCache(); UpdateCache();
//UpdateWorldTransform();
} }
/// <summary>Caches information about bones and constraints. Must be called if the <see cref="Skin"/> is modified or if bones, constraints, or /// <summary>Caches information about bones and constraints. Must be called if the <see cref="Skin"/> is modified or if bones, constraints, or