mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Fix _validate_property() in RetargetModifier3D
This commit is contained in:
parent
99a39ce6ea
commit
ee404c657e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue