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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user