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

@@ -187,7 +187,7 @@ void Text::drawImmediateMode(State& state)
if(_drawMode & BOUNDINGBOX)
drawBoundingBox();
// draw alignment
if(_drawMode & ALIGNEMENT)
if(_drawMode & ALIGNMENT)
drawAlignment();
// draw boundingBox