Fix _validate_property() in RetargetModifier3D

This commit is contained in:
Silc Lizard (Tokage) Renew 2025-09-10 19:36:26 +09:00
parent 99a39ce6ea
commit ee404c657e

View file

@ -249,7 +249,7 @@ void RetargetModifier3D::remove_child_notify(Node *p_child) {
void RetargetModifier3D::_validate_property(PropertyInfo &p_property) const {
if (use_global_pose) {
if (p_property.name == "enable_flags") {
if (p_property.name == "enable") {
p_property.usage = PROPERTY_USAGE_NONE;
}
}