Tweeked settings

This commit is contained in:
Robert Osfield 2007-08-28 15:31:43 +00:00
parent eabe2faf7e
commit fb3bd9c921

View File

@ -484,8 +484,8 @@ public:
UpdateTextOperation(osg::Group* group):
Operation("UpdateTextOperation", true),
_group(group),
_maxNumChildren(20),
_maxNumTextPerGeode(100)
_maxNumChildren(200),
_maxNumTextPerGeode(10)
{
}