Remove unnecessary assert

--HG--
branch : opengl3
hg/feature/opengl3
kaetemi 11 years ago
parent df1e27b82c
commit 870df89bcd

@ -895,7 +895,7 @@ void CDriverGL3::setupLightMapPass(uint pass)
{ {
// Here, we are sure that texEnvCombine4 or texEnvCombine3 is OK. // Here, we are sure that texEnvCombine4 or texEnvCombine3 is OK.
nlassert( _Extensions.ATITextureEnvCombine3); // nlassert( _Extensions.ATITextureEnvCombine3);
// setup constant color with Lightmap factor. // setup constant color with Lightmap factor.
stdEnv.ConstantColor=lmapFactor; stdEnv.ConstantColor=lmapFactor;

Loading…
Cancel
Save