diff --git a/spine-haxe/spine-haxe/spine/Skeleton.hx b/spine-haxe/spine-haxe/spine/Skeleton.hx index c3f70b9cd..d747bb667 100644 --- a/spine-haxe/spine-haxe/spine/Skeleton.hx +++ b/spine-haxe/spine-haxe/spine/Skeleton.hx @@ -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()}. */ - public var updateCache(get, never):Array; + public var getUpdateCache(get, never):Array; - private function get_updateCache():Array { + private function get_getUpdateCache():Array { return _updateCache; }