Fixed osgText::Text::DrawModeType::ALIGNEMENT spelling mistake, now

is ALIGNMENT.
This commit is contained in:
Robert Osfield
2002-06-24 21:44:27 +00:00
parent cbb95d0445
commit 336c47e5fe
4 changed files with 20 additions and 20 deletions

View File

@@ -59,9 +59,9 @@ class OSGTEXT_EXPORT Text : public osg::Drawable
enum DrawModeType
{ // from left to right, top to bottom
TEXT = 1<<0,
BOUNDINGBOX = 1<<1,
ALIGNEMENT = 1<<2,
DEFAULT = TEXT,
BOUNDINGBOX = 1<<1,
ALIGNMENT = 1<<2,
DEFAULT = TEXT,
};
Text();