Actually dispose API on dispose.

This commit is contained in:
Ottermandias 2021-08-21 21:11:07 +02:00
parent 5c2f8aedad
commit adb1aaeb93

View file

@ -144,6 +144,7 @@ namespace Penumbra
public void Dispose()
{
Api.Dispose();
SettingsInterface.Dispose();
ActorRefresher.Dispose();
PlayerWatcher.Dispose();