mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
rename name of button to "Force 4:3 Aspect Ratio"
This commit is contained in:
@@ -54,7 +54,7 @@ namespace dusk {
|
||||
}
|
||||
|
||||
bool lockAspect = getSettings().video.lockAspectRatio;
|
||||
if (ImGui::Checkbox("Lock Aspect Ratio", &lockAspect)) {
|
||||
if (ImGui::Checkbox("Force 4:3 Aspect Ratio", &lockAspect)) {
|
||||
getSettings().video.lockAspectRatio.setValue(lockAspect);
|
||||
|
||||
if (lockAspect) {
|
||||
|
||||
Reference in New Issue
Block a user