mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
StyleSpec: 0-initialize the property_set array
This commit is contained in:
parent
41ff0f6679
commit
bd4b8d40b3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
std::array<bool, NUM_PROPERTIES> property_set;
|
||||
std::array<bool, NUM_PROPERTIES> property_set{};
|
||||
std::array<std::string, NUM_PROPERTIES> properties;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue