Skip to content
Snippets Groups Projects
Commit 18a480f2 authored by Rsge's avatar Rsge
Browse files

Fixed additional UnitPanel entries not being removed again

parent ecad3fda
No related branches found
No related tags found
No related merge requests found
......@@ -864,6 +864,7 @@ local function UnitActionToolTip( button )
end
local function UpdateUnitPanel()
actionIM:ResetInstances()
-- Retrieve the currently selected unit.
local unit = GetHeadSelectedUnit()
-- Events.GameplayAlertMessage( "SerialEventUnitInfoDirty, GetHeadSelectedUnit=".. tostring(unit and unit:GetName())..", last unit="..tostring(g_lastUnit and g_lastUnit:GetName()) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment