Merge pull request #43742 from qarmin/editor_modules_default_values
Initialize class/struct variables with default values in platform/ and editor/
This commit is contained in:
commit
90bdba576a
87 changed files with 411 additions and 540 deletions
|
|
@ -42,7 +42,7 @@ private:
|
|||
Color color;
|
||||
String start_key;
|
||||
String end_key;
|
||||
bool line_only;
|
||||
bool line_only = false;
|
||||
};
|
||||
Vector<ColorRegion> color_regions;
|
||||
Map<int, int> color_region_cache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue