mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Actually dispose API on dispose.
This commit is contained in:
parent
5c2f8aedad
commit
adb1aaeb93
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ namespace Penumbra
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
|
Api.Dispose();
|
||||||
SettingsInterface.Dispose();
|
SettingsInterface.Dispose();
|
||||||
ActorRefresher.Dispose();
|
ActorRefresher.Dispose();
|
||||||
PlayerWatcher.Dispose();
|
PlayerWatcher.Dispose();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue