diff options
Diffstat (limited to 'libunity.py')
| -rw-r--r-- | libunity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunity.py b/libunity.py index 1ae4f9b..9d7fac0 100644 --- a/libunity.py +++ b/libunity.py @@ -421,7 +421,7 @@ class UnityAnimator(): if anchor in self.id_mapping.keys(): return self.id_mapping[anchor] - new_id = allocateId(classId(anchor)) + new_id = self.allocateId(classId(anchor)) self.id_mapping[anchor] = new_id return new_id |
