This commit is contained in:
MihailRis
2024-12-21 13:11:23 +03:00
parent 17161e5981
commit c3f22c6854
7 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ inline constexpr size_t MAX_USER_BLOCK_FIELDS_SIZE = 240;
inline std::string DEFAULT_MATERIAL = "base:stone";
struct block_funcs_set {
struct BlockFuncsSet {
bool init : 1;
bool update : 1;
bool onplaced : 1;
@@ -241,7 +241,7 @@ public:
std::vector<AABB> hitboxes[BlockRotProfile::MAX_COUNT];
/// @brief set of block callbacks flags
block_funcs_set funcsset {};
BlockFuncsSet funcsset {};
/// @brief picking item integer id
itemid_t pickingItem = 0;