Added comments.

This commit is contained in:
Robert Osfield
2005-12-01 16:43:40 +00:00
parent 066760738b
commit b1f9e1dfd7
2 changed files with 3 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ int main( int argc, char **argv )
{
if (!textExt->isMultiTexturingSupported())
{
std::cout<<"Warning: texture_cube_map not supported by OpenGL drivers, unable to run application."<<std::endl;
std::cout<<"Warning: multi-texturing not supported by OpenGL drivers, unable to run application."<<std::endl;
return 1;
}
}