From 061976f4d45c82b9b3e52d59e9edb3362a8761db Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 16 Dec 2005 14:53:51 +0000 Subject: [PATCH] Fixed typo in text string. --- examples/osgpick/osgpick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgpick/osgpick.cpp b/examples/osgpick/osgpick.cpp index 0ba406263..634a02a2b 100644 --- a/examples/osgpick/osgpick.cpp +++ b/examples/osgpick/osgpick.cpp @@ -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;