Merge branch '4.1' into 4.2-beta

This commit is contained in:
Mario Zechner 2022-08-17 19:06:31 +02:00
commit 805cd777ae
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ void SpineEditorPropertyAnimationMixes::update_property() {
hbox->add_child(delete_button);
delete_button->set_text("Remove");
#if VERSION_MAJOR > 3
delete_button->connect("pressed", callable_mp(this, &SpineEditorPropertyAnimationMixes::delete_mix), i);
delete_button->connect("pressed", callable_mp(this, &SpineEditorPropertyAnimationMixes::delete_mix).bind(varray(i)));
#else
delete_button->connect("pressed", this, "delete_mix", varray(i));
#endif

View File

@ -4,7 +4,7 @@ The spine-sdl runtime provides functionality to load, manipulate and render [Spi
# See the [spine-godot documentation](http://esotericsoftware.com/spine-sdl) for in-depth information
# See the [spine-godot documentation](http://esotericsoftware.com/spine-sdl) for in-depth information
# See the [spine-sdl documentation](http://esotericsoftware.com/spine-sdl) for in-depth information
## Licensing