Initialize class/struct variables with default values in platform/ and editor/
This commit is contained in:
parent
d1231be1c8
commit
e1811b689b
87 changed files with 411 additions and 540 deletions
|
|
@ -270,8 +270,8 @@ private:
|
|||
String path;
|
||||
StringName type;
|
||||
Vector<String> sources;
|
||||
bool import_broken;
|
||||
uint64_t modified_time;
|
||||
bool import_broken = false;
|
||||
uint64_t modified_time = 0;
|
||||
|
||||
bool operator<(const FileInfo &fi) const {
|
||||
return NaturalNoCaseComparator()(name, fi.name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue