Skip to content

Commit

Permalink
AnimTreePlayer: fix duplicated properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Poommetee Ketson committed Dec 25, 2017
1 parent 256a60b commit f9c2cfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scene/animation/animation_tree_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,6 @@ bool AnimationTreePlayer::_get(const StringName &p_name, Variant &r_ret) const {

void AnimationTreePlayer::_get_property_list(List<PropertyInfo> *p_list) const {

p_list->push_back(PropertyInfo(Variant::NODE_PATH, "base_path"));
p_list->push_back(PropertyInfo(Variant::NODE_PATH, "master_player"));
p_list->push_back(PropertyInfo(Variant::DICTIONARY, "data", PROPERTY_HINT_NONE, "", PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK));
}

Expand Down

0 comments on commit f9c2cfb

Please sign in to comment.