mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[cpp] Format fixes.
This commit is contained in:
parent
3e1b2b10cb
commit
0860331e99
@ -251,7 +251,7 @@ void SpineAnimationTrack::update_animation_state(const Variant &variant_sprite)
|
||||
if (Engine::get_singleton()->is_editor_hint()) {
|
||||
#ifdef TOOLS_ENABLED
|
||||
if (blend_tree_mode) {
|
||||
AnimationTreeEditor* tree_editor = AnimationTreeEditor::get_singleton();
|
||||
AnimationTreeEditor *tree_editor = AnimationTreeEditor::get_singleton();
|
||||
// When the animation tree dock is no longer visible, bail.
|
||||
if (!tree_editor->is_visible_in_tree()) {
|
||||
skeleton->setToSetupPose();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user