From Joseph Winston, "Corrected displayed comment about the text size
to match the actual text size."
This commit is contained in:
parent
9394e224f4
commit
2fa2041655
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user