Disables by default Intel Mesa workaround to save video memory.

Tested By: Langbart
Differential Revision: https://code.wildfiregames.com/DD3967
This was SVN commit r25449.
This commit is contained in:
vladislavbelov
2021-05-16 19:08:28 +00:00
parent 2034136560
commit 8b6d4233eb
+1 -1
View File
@@ -84,7 +84,7 @@ CRenderingOptions::CRenderingOptions() : m_ConfigHooks(new ConfigHooks())
m_WaterRealDepth = false;
m_WaterRefraction = false;
m_WaterReflection = false;
m_ShadowAlphaFix = true;
m_ShadowAlphaFix = false;
m_ARBProgramShadow = true;
m_ShadowPCF = false;
m_Particles = false;