diff options
-rw-r--r-- | source/game/items/StarMaterialItem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/items/StarMaterialItem.cpp b/source/game/items/StarMaterialItem.cpp index 4d13a62..bd42bac 100644 --- a/source/game/items/StarMaterialItem.cpp +++ b/source/game/items/StarMaterialItem.cpp @@ -72,6 +72,7 @@ void MaterialItem::init(ToolUserEntity* owner, ToolHand hand) { } void MaterialItem::uninit() { + FireableItem::uninit(); m_lastAimPosition.reset(); } |