- removed some unneeded things from the custom game menu (as requested by tomreyn)

This commit is contained in:
Mark Vejvoda
2010-10-26 21:52:00 +00:00
parent 43670f76c9
commit 3db2b07e90
3 changed files with 50 additions and 39 deletions

View File

@@ -3350,6 +3350,7 @@ void Renderer::checkGlOptionalCaps() {
if(shadows == sShadowMapping) {
checkExtension("GL_ARB_shadow", "Shadow Mapping");
checkExtension("GL_ARB_shadow_ambient", "Shadow Mapping");
//checkExtension("GL_ARB_depth_texture", "Shadow Mapping");
}
}