- Timestamp:
- 12/01/05 17:43:40 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultitexture/osgmultitexture.cpp
r1857 r4868 111 111 if (!textExt->isMultiTexturingSupported()) 112 112 { 113 std::cout<<"Warning: texture_cube_mapnot supported by OpenGL drivers, unable to run application."<<std::endl;113 std::cout<<"Warning: multi-texturing not supported by OpenGL drivers, unable to run application."<<std::endl; 114 114 return 1; 115 115 }
