aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/UI/UIControl_EnchantmentButton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/UI/UIControl_EnchantmentButton.cpp')
-rw-r--r--Minecraft.Client/Common/UI/UIControl_EnchantmentButton.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/UI/UIControl_EnchantmentButton.cpp b/Minecraft.Client/Common/UI/UIControl_EnchantmentButton.cpp
index e1490e0b..37f8fcf6 100644
--- a/Minecraft.Client/Common/UI/UIControl_EnchantmentButton.cpp
+++ b/Minecraft.Client/Common/UI/UIControl_EnchantmentButton.cpp
@@ -35,6 +35,18 @@ void UIControl_EnchantmentButton::init(int index)
m_index = index;
}
+
+void UIControl_EnchantmentButton::ReInit()
+{
+ UIControl_Button::ReInit();
+
+
+ m_lastState = eState_Inactive;
+ m_lastCost = 0;
+ m_bHasFocus = false;
+ updateState();
+}
+
void UIControl_EnchantmentButton::tick()
{
updateState();