Skip to content

Commit

Permalink
Fix presets being cleared when setting texture quality to Automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Aug 10, 2024
1 parent 39bb334 commit f3110f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/UI/ViewModels/Settings/FastFlagsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public TextureQuality SelectedTextureQuality
{
if (value == TextureQuality.Default)
{
App.FastFlags.SetPresetEnum("Rendering", "TextureQuality", null);
App.FastFlags.SetPreset("Rendering.TextureQuality", null);
}
else
{
Expand Down

0 comments on commit f3110f4

Please sign in to comment.