fix: explicitly declare InterfaceManagerWithScene as a dependency for PluginImageCache

This commit is contained in:
goat 2023-01-26 23:05:10 +01:00
parent 80bf56ab5b
commit 261d8a167f
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 11 additions and 11 deletions

View file

@ -83,7 +83,7 @@ public class WindowSystem
if (window is IDisposable disposable)
disposable.Dispose();
this.windows.Remove(window);
}