- Timestamp:
- 09/23/08 17:41:49 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgunittests/osgunittests.cpp
r8921 r8923 629 629 if (numReadThreads>0) 630 630 { 631 runMultiThreadReadTests(numReadThreads );631 runMultiThreadReadTests(numReadThreads, arguments); 632 632 return 0; 633 633 }
