add a missing dispose of the base class
This commit is contained in:
@@ -70,6 +70,8 @@ namespace OpenRA.Mods.Common.LoadScreens
|
||||
{
|
||||
if (sheet != null)
|
||||
sheet.Dispose();
|
||||
|
||||
base.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user