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:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -98,7 +98,7 | |||||
|
98 | } |
|
98 | } |
|
99 |
|
99 | ||
|
100 |
|
100 | ||
|
101 |
public static |
|
101 | public static void Render(ImFontPtr font, Simulation sim, ImGuiWindowBridgeEngine engine) |
|
102 | { |
|
102 | { |
|
103 | bool newShow = true; |
|
103 | bool newShow = true; |
|
104 |
|
104 |
You need to be logged in to leave comments.
Login now