mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
StyleSpec: 0-initialize the property_set array
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user