mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Initialize class/struct variables with default values in core/ and drivers/
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
private:
|
||||
friend class HashMap;
|
||||
|
||||
uint32_t hash;
|
||||
uint32_t hash = 0;
|
||||
Element *next = nullptr;
|
||||
Element() {}
|
||||
Pair pair;
|
||||
|
||||
Reference in New Issue
Block a user