Fix indention.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5851 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
b5f139f8a7
commit
a57584d320
@ -751,8 +751,10 @@ void COpenGLExtensionHandler::initExtensions(bool stencilBuffer)
|
|||||||
#endif
|
#endif
|
||||||
OcclusionQuerySupport=false;
|
OcclusionQuerySupport=false;
|
||||||
|
|
||||||
Feature.BlendOperation = (Version >= 140) || FeatureAvailable[IRR_EXT_blend_minmax] || FeatureAvailable[IRR_EXT_blend_subtract] ||
|
Feature.BlendOperation = (Version >= 140) ||
|
||||||
FeatureAvailable[IRR_EXT_blend_logic_op];
|
FeatureAvailable[IRR_EXT_blend_minmax] ||
|
||||||
|
FeatureAvailable[IRR_EXT_blend_subtract] ||
|
||||||
|
FeatureAvailable[IRR_EXT_blend_logic_op];
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
if (FeatureAvailable[IRR_NVX_gpu_memory_info])
|
if (FeatureAvailable[IRR_NVX_gpu_memory_info])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user