mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 04:22:10 +00:00
Initialize bools in the headers in editor
This commit is contained in:
@@ -1206,9 +1206,6 @@ void EditorSelection::clear() {
|
||||
}
|
||||
|
||||
EditorSelection::EditorSelection() {
|
||||
emitted = false;
|
||||
changed = false;
|
||||
nl_changed = false;
|
||||
}
|
||||
|
||||
EditorSelection::~EditorSelection() {
|
||||
|
||||
Reference in New Issue
Block a user