mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Moved member variables from constructor to initialization list
This commit is contained in:
parent
950b205609
commit
6d112a68b6
22 changed files with 196 additions and 215 deletions
|
@ -61,10 +61,10 @@ public:
|
|||
StringName _iter_next;
|
||||
StringName _iter_get;
|
||||
StringName get_rid;
|
||||
StringName _custom_features;
|
||||
#ifdef TOOLS_ENABLED
|
||||
StringName _sections_unfolded;
|
||||
#endif
|
||||
StringName _custom_features;
|
||||
};
|
||||
|
||||
#endif // SCENE_STRING_NAMES_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue