mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Initialize class variables with default values in scene/ [2/2]
This commit is contained in:
@@ -277,11 +277,7 @@ void EditorFeatureProfile::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(FEATURE_MAX);
|
||||
}
|
||||
|
||||
EditorFeatureProfile::EditorFeatureProfile() {
|
||||
for (int i = 0; i < FEATURE_MAX; i++) {
|
||||
features_disabled[i] = false;
|
||||
}
|
||||
}
|
||||
EditorFeatureProfile::EditorFeatureProfile() {}
|
||||
|
||||
//////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user