Merge pull request #42 from ff-meli/master

Fix extraneous error log if dalamud crashes/exits before the game ever renders a frame
This commit is contained in:
goaaats 2020-03-04 14:03:02 +09:00 committed by GitHub
commit 042320718b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ namespace Dalamud.Interface
this.Disable();
System.Threading.Thread.Sleep(100);
this.scene.Dispose();
this.scene?.Dispose();
this.presentHook.Dispose();
this.resizeBuffersHook.Dispose();
}