mangoapp: update colors if needed

[skip ci]
pull/1054/head
FlightlessMango 1 year ago
parent 6abc794b42
commit 7c2a90c209

@ -237,6 +237,9 @@ static void shutdown(GLFWwindow* window){
}
static bool render(GLFWwindow* window) {
if (HUDElements.colors.update)
HUDElements.convert_colors(params);
ImVec2 last_window_size = window_size;
ImGui_ImplGlfw_NewFrame();
ImGui_ImplOpenGL3_NewFrame();

Loading…
Cancel
Save