mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix presets being cleared when setting texture quality to Automatic
This commit is contained in:
parent
39bb334b9a
commit
f3110f4b48
@ -169,7 +169,7 @@ namespace Bloxstrap.UI.ViewModels.Settings
|
||||
{
|
||||
if (value == TextureQuality.Default)
|
||||
{
|
||||
App.FastFlags.SetPresetEnum("Rendering", "TextureQuality", null);
|
||||
App.FastFlags.SetPreset("Rendering.TextureQuality", null);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user