mbrea-c / bevy_animation_graph

Animation graphs in Bevy!
Apache License 2.0
102 stars 5 forks source link

fix: clip_node crashes if called before loading is finished #18

Closed mbrea-c closed 10 months ago

mbrea-c commented 10 months ago

ClipNode crashes if the pose pass is called before the attached clip has finished loading. In this case we can just return a default (unmodified) pose.