mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user