Description:
Remove async keyword For some reason, this is suddenly becoming problematic. I honestly don't remember why I added this. Weird!
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r618:972dc3714af2 -

@@ -98,7 +98,7
98 98 }
99 99
100 100
101 public static async void Render(ImFontPtr font, Simulation sim, ImGuiWindowBridgeEngine engine)
101 public static void Render(ImFontPtr font, Simulation sim, ImGuiWindowBridgeEngine engine)
102 102 {
103 103 bool newShow = true;
104 104
You need to be logged in to leave comments. Login now