fix block overriding

This commit is contained in:
MihailRis
2024-12-19 22:54:54 +03:00
parent 2787f2fc54
commit cda34e3975
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ public:
bool translucent = false;
/// @brief Set of block physical hitboxes
std::vector<AABB> hitboxes;
std::vector<AABB> hitboxes {AABB()};
/// @brief Set of available block rotations (coord-systems)
BlockRotProfile rotations = BlockRotProfile::NONE;