Skip to content

Commit

Permalink
check for event keyframes
Browse files Browse the repository at this point in the history
  • Loading branch information
flyover committed Dec 23, 2015
1 parent ad29605 commit dc45737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine.js
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,7 @@ spine.Pose.prototype.strike = function ()

pose.events.length = 0;

if (anim)
if (anim && anim.event_keyframes)
{
var add_event = function (event_keyframe)
{
Expand Down

0 comments on commit dc45737

Please sign in to comment.