Changeset 9682 for OpenSceneGraph/trunk/src/osg/Image.cpp
- Timestamp:
- 02/06/09 11:35:21 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/Image.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/Image.cpp
r9643 r9682 277 277 default: 278 278 { 279 notify(WARN)<<"error computeFormatType = "<<std::hex<<pixelFormat<<std:: endl;279 notify(WARN)<<"error computeFormatType = "<<std::hex<<pixelFormat<<std::dec<<std::endl; 280 280 return 0; 281 281 } … … 378 378 default: 379 379 { 380 notify(WARN)<<"error pixelFormat = "<<std::hex<<pixelFormat<<std:: endl;380 notify(WARN)<<"error pixelFormat = "<<std::hex<<pixelFormat<<std::dec<<std::endl; 381 381 return 0; 382 382 }
