block ui on block break fix

This commit is contained in:
MihailRis
2024-02-19 13:30:32 +03:00
parent 086bcec9c2
commit 164d6400d9
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -90,6 +90,7 @@ class Hud {
std::shared_ptr<InventoryView> inventoryView = nullptr;
std::shared_ptr<InventoryView> blockUI = nullptr;
glm::ivec3 currentblock {};
blockid_t currentblockid = 0;
std::shared_ptr<gui::UINode> createDebugPanel(Engine* engine);
std::shared_ptr<InventoryView> createContentAccess();