Always do nextRow() with core_clock

pull/208/head
FlightlessMango 4 years ago
parent bc5d41f921
commit 59268a34b3

@ -1310,8 +1310,7 @@ void render_imgui(swapchain_stats& data, struct overlay_params& params, ImVec2&
ImGui::Text("°C");
}
if (params.enabled[OVERLAY_PARAM_ENABLED_gpu_core_clock]){
if (params.enabled[OVERLAY_PARAM_ENABLED_gpu_power])
ImGui::TableNextRow();
ImGui::TableNextRow();
ImGui::TableNextCell();
right_aligned_text(char_width * 4, "%i", gpu_info.CoreClock);
ImGui::SameLine(0, 1.0f);

Loading…
Cancel
Save