- Timestamp:
- 04/11/03 08:50:15 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultitexture/osgmultitexture.cpp
r1856 r1857 111 111 if (!textExt->isMultiTexturingSupported()) 112 112 { 113 cout<<"Warning: texture_cube_map not supported by OpenGL drivers, unable to run application."<<std::endl;113 std::cout<<"Warning: texture_cube_map not supported by OpenGL drivers, unable to run application."<<std::endl; 114 114 return 1; 115 115 }
