You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Remove unnecessary _validate_property() calling
This commit is contained in:
@@ -893,8 +893,6 @@ void AnimationTree::_setup_animation_player() {
|
||||
}
|
||||
|
||||
void AnimationTree::_validate_property(PropertyInfo &p_property) const {
|
||||
AnimationMixer::_validate_property(p_property);
|
||||
|
||||
if (!animation_player.is_empty()) {
|
||||
if (p_property.name == "root_node" || p_property.name.begins_with("libraries")) {
|
||||
p_property.usage |= PROPERTY_USAGE_READ_ONLY;
|
||||
|
||||
Reference in New Issue
Block a user