Hide all hud elements on no_display

pull/131/head
FlightlessMango 4 years ago
parent e95a96d9f0
commit d454ff43a2

@ -1296,7 +1296,6 @@ void render_imgui(swapchain_stats& data, struct overlay_params& params, ImVec2&
window_size = ImVec2(window_size.x, ImGui::GetCursorPosY() + 10.0f);
ImGui::End();
}
if(loggingOn){
ImGui::SetNextWindowBgAlpha(0.0);
ImGui::SetNextWindowSize(ImVec2(params.font_size * 13, params.font_size * 13), ImGuiCond_Always);
@ -1323,6 +1322,7 @@ void render_imgui(swapchain_stats& data, struct overlay_params& params, ImVec2&
params.crosshair_color, 2.0f);
ImGui::End();
}
}
}
static void compute_swapchain_display(struct swapchain_data *data)

Loading…
Cancel
Save