Fix CA2215

This commit is contained in:
RoosterDragon
2023-03-12 17:52:01 +00:00
committed by abcdefg30
parent ef04e2e1e8
commit 1b1b9dc29b
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
protected override void Dispose(bool disposing)
{
Game.HideCursor = false;
base.Dispose(disposing);
}
}
}