mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 10:16:54 +08:00
[unity] Minor: removed a commented-out leftover line of code.
This commit is contained in:
parent
a5b67629c8
commit
4cbae2411a
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user