Changeset 7310 for OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp
- Timestamp:
- 08/28/07 17:31:43 (6 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp
r7309 r7310 485 485 Operation("UpdateTextOperation", true), 486 486 _group(group), 487 _maxNumChildren(20 ),488 _maxNumTextPerGeode(10 0)487 _maxNumChildren(200), 488 _maxNumTextPerGeode(10) 489 489 { 490 490 }
