From 2fa2041655b044073a21913dea17c621e1cfadfc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 22 Aug 2005 13:45:15 +0000 Subject: [PATCH] From Joseph Winston, "Corrected displayed comment about the text size to match the actual text size." --- examples/osgtext/osgtext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgtext/osgtext.cpp b/examples/osgtext/osgtext.cpp index b61238a1e..c5c4d5e82 100644 --- a/examples/osgtext/osgtext.cpp +++ b/examples/osgtext/osgtext.cpp @@ -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); }