fix(DalamudCreditsWindow): null ref on dispose

This commit is contained in:
goat 2021-04-26 22:23:21 +02:00
parent 51e81d8dfd
commit 194fbc6e32
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -140,7 +140,7 @@ Thank you for using XIVLauncher and Dalamud!
}
public void Dispose() {
this.logoTexture.Dispose();
this.logoTexture?.Dispose();
}
public override void Draw() {