You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
@@ -539,7 +539,7 @@ bool AnimationNodeBlendTreeEditor::_update_filters(const Ref<AnimationNode> &ano
|
||||
updating = true;
|
||||
|
||||
Set<String> paths;
|
||||
HashMap<String, Set<String> > types;
|
||||
HashMap<String, Set<String>> types;
|
||||
{
|
||||
List<StringName> animations;
|
||||
player->get_animation_list(&animations);
|
||||
|
||||
Reference in New Issue
Block a user