Skip to content

Commit

Permalink
Merge pull request #7392 from amwatson/patch-1
Browse files Browse the repository at this point in the history
[SettingsFragmentPresenter.kt] correct RESOLUTION_FACTOR key/default
  • Loading branch information
t895 authored Jan 27, 2024
2 parents 95ae46f + e8c20fa commit 265e819
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
1,
10,
"x",
IntSetting.GRAPHICS_API.key,
IntSetting.GRAPHICS_API.defaultValue.toFloat()
IntSetting.RESOLUTION_FACTOR.key,
IntSetting.RESOLUTION_FACTOR.defaultValue.toFloat()
)
)
add(
Expand Down

0 comments on commit 265e819

Please sign in to comment.