Changeset 737
- Timestamp:
- 05/30/07 01:22:58 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Server/OSGClusterServer.cpp
r575 r737 360 360 void ClusterServer::doRender(DrawActionBase *action) 361 361 { 362 #if 0 362 363 OSG::IndentFileOutStream outFileStream("/tmp/cluster.osg"); 363 364 … … 372 373 outFileStream.close(); 373 374 } 375 #endif 374 376 375 377 _clusterWindow->serverRender(_window, _serverId, action);
