From Joseph Winston, "Corrected displayed comment about the text size

to match the actual text size."
This commit is contained in:
Robert Osfield 2005-08-22 13:45:15 +00:00
parent 9394e224f4
commit 2fa2041655

View File

@ -170,7 +170,7 @@ osg::Group* createHUDText()
// use text that is 20 units high.
text->setCharacterSize(20); // small
text->setText("text->setCharacterSize(15.0f); // small");
text->setText("text->setCharacterSize(20.0f); // small");
geode->addDrawable(text);
}