Skip to content

Commit 39fec50

Browse files
committed
Fix animation export bug apparently
1 parent 72fbc6b commit 39fec50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javaentitymodeljson_models.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
});
236236

237237
if (channels.length) {
238-
compiled.boneAnimations[boneAnimator._name] = channels;
238+
compiled.boneAnimations[boneAnimator.name] = channels;
239239
}
240240
}
241241

0 commit comments

Comments
 (0)