Skip to content

Commit

Permalink
is_alive for animation driver added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nako Sung committed Jan 22, 2016
1 parent 35ddc43 commit 9011f0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Plugins/UnrealJS/Content/Scripts/animation-driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@
alive = false
animations.length = 0
stop()
}
},
is_alive: _ => alive
}
}

module.exports = animationDriver
})()
})()

0 comments on commit 9011f0b

Please sign in to comment.