mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
parent
7e61be3cb0
commit
6e600cb3f0
248 changed files with 841 additions and 842 deletions
|
|
@ -286,7 +286,7 @@ private:
|
|||
void _tree_changed();
|
||||
void _update_properties();
|
||||
List<PropertyInfo> properties;
|
||||
HashMap<StringName, HashMap<StringName, StringName> > property_parent_map;
|
||||
HashMap<StringName, HashMap<StringName, StringName>> property_parent_map;
|
||||
HashMap<StringName, Variant> property_map;
|
||||
|
||||
struct Activity {
|
||||
|
|
@ -294,7 +294,7 @@ private:
|
|||
float activity;
|
||||
};
|
||||
|
||||
HashMap<StringName, Vector<Activity> > input_activity_map;
|
||||
HashMap<StringName, Vector<Activity>> input_activity_map;
|
||||
HashMap<StringName, Vector<Activity> *> input_activity_map_get;
|
||||
|
||||
void _update_properties_for_node(const String &p_base_path, Ref<AnimationNode> node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue