Fixed typo in text string.

This commit is contained in:
Robert Osfield
2005-12-16 14:53:51 +00:00
parent 4535cc0c09
commit 061976f4d4

View File

@@ -141,7 +141,7 @@ osg::Node* createHUD(osgText::Text* updateText)
geode->addDrawable( text );
text->setFont(timesFont);
text->setText("Picking in Head Up Displays is simple !=]");
text->setText("Picking in Head Up Displays is simple!");
text->setPosition(position);
position += delta;