mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 07:21:40 +00:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
parent
95f6c76713
commit
ca8f9b672b
54 changed files with 108 additions and 111 deletions
|
@ -141,7 +141,7 @@ void PerformanceMetrics::DrawImGuiStats(const float backbuffer_scale)
|
|||
float window_y = window_padding;
|
||||
float window_x = display_size.x - window_padding;
|
||||
|
||||
const auto clamp_window_position = [&]() {
|
||||
const auto clamp_window_position = [&] {
|
||||
const ImVec2 position = ImGui::GetWindowPos();
|
||||
const ImVec2 size = ImGui::GetWindowSize();
|
||||
const float window_min_x = window_padding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue