Skip to content

Commit

Permalink
[client] egl: remove unit qualifier from label
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Oct 20, 2023
1 parent 78df207 commit df5c648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/renderers/EGL/desktop.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void egl_desktopConfigUI(EGL_Desktop * desktop)
igSliderInt("Peak Luminance", &desktop->peakLuminance, 1, 10000,
"%d nits",
ImGuiInputTextFlags_CharsDecimal);
igSliderInt("Max content light level (nits)", &desktop->maxCLL, 1, 10000,
igSliderInt("Max content light level", &desktop->maxCLL, 1, 10000,
"%d nits", ImGuiInputTextFlags_CharsDecimal);
}

Expand Down

0 comments on commit df5c648

Please sign in to comment.