fix: grabbed item is deleted on inventory close

This commit is contained in:
MihailRis
2024-12-19 22:44:54 +03:00
parent 9ef18498ff
commit 2787f2fc54
2 changed files with 31 additions and 0 deletions
+3
View File
@@ -128,6 +128,9 @@ class Hud : public util::ObjectsKeeper {
void updateHotbarControl();
void cleanup();
/// @brief Perform exchange slot removal when it's not empty.
void dropExchangeSlot();
void showExchangeSlot();
void updateWorldGenDebugVisualization();
public: