From d29c57a2ba7cd72e59db8035a91c52407ba91b1d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 30 Apr 2003 11:41:24 +0000 Subject: [PATCH] Reverted the test of setAutoScaleToScreen. --- examples/osghud/osghud.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/osghud/osghud.cpp b/examples/osghud/osghud.cpp index 8234fd93f..ba7929c18 100644 --- a/examples/osghud/osghud.cpp +++ b/examples/osghud/osghud.cpp @@ -56,7 +56,6 @@ osg::Node* createHUD() geode->addDrawable( text ); text->setFont(timesFont); - text->setAutoScaleToScreen(true); text->setPosition(position); text->setText("All you need to do is create your text in a subgraph.");