summaryrefslogtreecommitdiff
path: root/mm/2s2h/BenGui/ResolutionEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mm/2s2h/BenGui/ResolutionEditor.cpp')
-rw-r--r--mm/2s2h/BenGui/ResolutionEditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/BenGui/ResolutionEditor.cpp b/mm/2s2h/BenGui/ResolutionEditor.cpp
index 854ebe46b..1450e6bbf 100644
--- a/mm/2s2h/BenGui/ResolutionEditor.cpp
+++ b/mm/2s2h/BenGui/ResolutionEditor.cpp
@@ -167,7 +167,7 @@ void RegisterResolutionWidgets() {
CVarSetInteger(CVAR_PREFIX_ADVANCED_RESOLUTION ".UIComboItem.AspectRatio", item_aspectRatio);
CVarSave();
})
- .Options(ComboboxOptions().ComboMap(aspectRatioPresetLabels));
+ .Options(ComboboxOptions().ComboMap(&aspectRatioPresetLabels));
mBenMenu->AddWidget(path, "AspectRationCustom", WIDGET_CUSTOM).CustomFunction([](WidgetInfo& info) {
auto gfx_current_dimensions = GetInterpreter().get()->mCurDimensions;