Changeset 1857 for OpenSceneGraph/trunk/examples/osgcubemap/osgcubemap.cpp
- Timestamp:
- 04/11/03 08:50:15 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcubemap/osgcubemap.cpp
r1856 r1857 141 141 if (!tcmExt->isCubeMapSupported()) 142 142 { 143 cout<<"Warning: texture_cube_map not supported by OpenGL drivers, unable to run application."<<std::endl;143 std::cout<<"Warning: texture_cube_map not supported by OpenGL drivers, unable to run application."<<std::endl; 144 144 return 1; 145 145 }
