mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix(DalamudCreditsWindow): null ref on dispose
This commit is contained in:
parent
51e81d8dfd
commit
194fbc6e32
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ Thank you for using XIVLauncher and Dalamud!
|
|||
}
|
||||
|
||||
public void Dispose() {
|
||||
this.logoTexture.Dispose();
|
||||
this.logoTexture?.Dispose();
|
||||
}
|
||||
|
||||
public override void Draw() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue