/// <summary> /// Closes the given bundle from the controller /// </summary> /// <param name="bundle">The bundle to close</param> public void CloseBundle(Bundle bundle) { PixelariaFile file = GetPixelariaFileByBundle(bundle); file?.Dispose(); bundle.Dispose(); }