From 49301347e89faf0f45fc20e7a751ae9a91404711 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 8 Dec 2005 08:57:16 +0000 Subject: [PATCH] From Eric Wing, fix to comment. --- include/osgText/Text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgText/Text b/include/osgText/Text index 32b5b50b1..e0e82446e 100644 --- a/include/osgText/Text +++ b/include/osgText/Text @@ -215,7 +215,7 @@ public: KerningType getKerningType() const { return _kerningType; } - /** Get the number of wrapped lines - only valid after computeGlyphRepresentation() has been called, returns -1 otherwise */ + /** Get the number of wrapped lines - only valid after computeGlyphRepresentation() has been called, returns 0 otherwise */ unsigned int getLineCount() { return _lineCount; } /** Draw the text.*/