# HG changeset patch # User Alys Brooks # Date 2022-08-02 07:27:34 # Node ID 972dc3714af21ea5c0132862ca508c4dcbe2dee2 # Parent 424d89c0648ab711f39f4764ceed7e3ba9097df1 Remove async keyword For some reason, this is suddenly becoming problematic. I honestly don't remember why I added this. Weird! diff --git a/isometric-park-fna/UI/Graph.cs b/isometric-park-fna/UI/Graph.cs --- a/isometric-park-fna/UI/Graph.cs +++ b/isometric-park-fna/UI/Graph.cs @@ -98,7 +98,7 @@ } - public static async void Render(ImFontPtr font, Simulation sim, ImGuiWindowBridgeEngine engine) + public static void Render(ImFontPtr font, Simulation sim, ImGuiWindowBridgeEngine engine) { bool newShow = true;