Kinda works, but not raycast

This commit is contained in:
InfiniteCoder
2024-02-24 00:55:56 +03:00
parent 5f551d6888
commit 5c3eafb331
3 changed files with 35 additions and 12 deletions
+2 -1
View File
@@ -105,7 +105,8 @@ public:
blockid_t id;
bool solid = true;
bool emissive = false;
AABB hitboxes[BlockRotProfile::MAX_COUNT];
AABB hitboxes[BlockRotProfile::MAX_COUNT];
std::vector<AABB> modelBoxes[BlockRotProfile::MAX_COUNT];
block_funcs_set funcsset {};
itemid_t pickingItem = 0;
} rt;