|
@@ -195,6 +195,7 @@ void SkeletonModificationStack2D::set_modification(int p_mod_idx, Ref<SkeletonMo
|
|
}
|
|
}
|
|
|
|
|
|
void SkeletonModificationStack2D::set_modification_count(int p_count) {
|
|
void SkeletonModificationStack2D::set_modification_count(int p_count) {
|
|
|
|
+ ERR_FAIL_COND_MSG(p_count < 0, "Modification count cannot be less than zero.");
|
|
modifications.resize(p_count);
|
|
modifications.resize(p_count);
|
|
notify_property_list_changed();
|
|
notify_property_list_changed();
|
|
|
|
|