Changeset 57 for osgVisual/src/core
- Timestamp:
- May 30, 2010, 1:05:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/core/visual_core.cpp
r55 r57 422 422 423 423 // Size ermitteln. 424 st ringbuf *pbuf;424 std::stringbuf *pbuf; 425 425 pbuf = myOstream.rdbuf(); 426 426 OSG_NOTIFY( osg::WARN ) << "PBUF Bytes available: " << pbuf->in_avail() << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.