Removed the addition of 0 to the add of the encoded text vector as it is now

redundent having added support for the begin,end range into FTFont.
This commit is contained in:
Robert Osfield
2003-01-17 16:00:09 +00:00
parent a86d519a89
commit 359e0d9c70

View File

@@ -219,7 +219,6 @@ void EncodedText::setText(const unsigned char* text, int length)
character = getNextCharacter(text);
charCount = (int)(text-textStart);
}
_unicodeText.push_back(0); //just making the null-termination explicit
}
}