mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
save flag changes
This commit is contained in:
parent
ff81282c55
commit
e527157474
@ -26,7 +26,10 @@ namespace Bloxstrap.Integrations
|
|||||||
// reshade also forced dx11
|
// reshade also forced dx11
|
||||||
// so lets change that back!!!
|
// so lets change that back!!!
|
||||||
if (App.FastFlags.GetValue(FastFlagManager.RenderingModes["Direct3D 11"]) != null)
|
if (App.FastFlags.GetValue(FastFlagManager.RenderingModes["Direct3D 11"]) != null)
|
||||||
|
{
|
||||||
App.FastFlags.SetRenderingMode("Automatic");
|
App.FastFlags.SetRenderingMode("Automatic");
|
||||||
|
App.FastFlags.Save();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user