Initialize class/struct variables with default values in core/ and drivers/
This commit is contained in:
parent
18023cc3ed
commit
7bd03b7188
34 changed files with 221 additions and 228 deletions
|
|
@ -84,7 +84,7 @@ class PackedDataContainerRef : public Reference {
|
|||
GDCLASS(PackedDataContainerRef, Reference);
|
||||
|
||||
friend class PackedDataContainer;
|
||||
uint32_t offset;
|
||||
uint32_t offset = 0;
|
||||
Ref<PackedDataContainer> from;
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue