mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[haxe] Fix update cache compilation error
This commit is contained in:
parent
b413153b59
commit
7ac6ae6987
@ -464,9 +464,9 @@ class Skeleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** The list of bones and constraints, sorted in the order they should be updated, as computed by {@link #updateCache()}. */
|
/** The list of bones and constraints, sorted in the order they should be updated, as computed by {@link #updateCache()}. */
|
||||||
public var updateCache(get, never):Array<Updatable>;
|
public var getUpdateCache(get, never):Array<Updatable>;
|
||||||
|
|
||||||
private function get_updateCache():Array<Updatable> {
|
private function get_getUpdateCache():Array<Updatable> {
|
||||||
return _updateCache;
|
return _updateCache;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user