From 53777aee299b48bcc85f83e41ebef7b0cf5e229b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 May 2007 10:42:56 +0000 Subject: [PATCH] Set default texture size back to 1024x1204 --- src/osgText/Font.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgText/Font.cpp b/src/osgText/Font.cpp index 4837c6e43..750dcbeda 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -135,8 +135,8 @@ Font::Font(FontImplementation* implementation): _height(16), _margin(1), _marginRatio(0.02), - _textureWidthHint(8000), - _textureHeightHint(8000), + _textureWidthHint(1024), + _textureHeightHint(1024), _minFilterHint(osg::Texture::LINEAR_MIPMAP_LINEAR), _magFilterHint(osg::Texture::LINEAR) {