diff --git a/creaturegodot/creaturegodot.cpp b/creaturegodot/creaturegodot.cpp index 19eebb2..2f6f2e8 100644 --- a/creaturegodot/creaturegodot.cpp +++ b/creaturegodot/creaturegodot.cpp @@ -120,6 +120,7 @@ CreatureGodot::load_json(const String& filename_in) } manager->SetActiveAnimationName(first_animation_name); + manager->SetAutoBlending(true); anim_name = String(first_animation_name.c_str()); return true;