Skip to content

Commit bbab502

Browse files
committed
Merge pull request #143 from collinhover/dev
fix for part 2 of #141 as noted by @Pattentrick
2 parents 3121dcb + 5316594 commit bbab502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/plusplus/abstractities/character.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ ig.module(
723723

724724
if (this.animInit instanceof ig.Animation) {
725725

726-
animInitPlaceholder = animInit;
726+
animInitPlaceholder = this.animInit;
727727

728728
} else if (this.animInit && anims[this.animInit]) {
729729

0 commit comments

Comments
 (0)