Reverted the test of setAutoScaleToScreen.

This commit is contained in:
Robert Osfield 2003-04-30 11:41:24 +00:00
parent 0ab467483f
commit d29c57a2ba

View File

@ -56,7 +56,6 @@ osg::Node* createHUD()
geode->addDrawable( text );
text->setFont(timesFont);
text->setAutoScaleToScreen(true);
text->setPosition(position);
text->setText("All you need to do is create your text in a subgraph.");