diff --git a/blendalot_animation_graph.cpp b/blendalot_animation_graph.cpp index 7ca1a81..976db5f 100644 --- a/blendalot_animation_graph.cpp +++ b/blendalot_animation_graph.cpp @@ -295,6 +295,10 @@ void BLTAnimationGraph::_process_graph(double p_delta, bool p_update_only) { return; } + if (graph_context.skeleton_3d == nullptr) { + return; + } + GodotProfileZone("SyncedAnimationGraph::_process_graph"); _update_properties();