Skip to content

Commit

Permalink
docs: dont document httpclient disposal as veldrid resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Blooym committed Mar 27, 2024
1 parent 8aba2b9 commit c0b647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XIVLauncher.Core/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ private static void Main(string[] args)
gd.SwapBuffers(gd.MainSwapchain);
}

// Clean up Veldrid resources
HttpClient.Dispose();
// Clean up Veldrid resources
gd.WaitForIdle();
bindings.Dispose();
cl.Dispose();
Expand Down

0 comments on commit c0b647f

Please sign in to comment.