mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-23 17:09:17 +01:00
Fix event unsubscription in InterfaceManager
This commit is contained in:
parent
9228fac4ee
commit
3e1a018799
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ namespace Dalamud.Interface
|
||||||
|
|
||||||
interfaceManager.Draw -= this.OnDraw;
|
interfaceManager.Draw -= this.OnDraw;
|
||||||
interfaceManager.BuildFonts -= this.OnBuildFonts;
|
interfaceManager.BuildFonts -= this.OnBuildFonts;
|
||||||
interfaceManager.BuildFonts -= this.OnResizeBuffers;
|
interfaceManager.ResizeBuffers -= this.OnResizeBuffers;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue