Added cUITextEdit ( not finished, but usable and working ).

Fixed some minor bugs.
This commit is contained in:
spartanj
2010-12-24 00:27:04 -03:00
parent f7ffec103f
commit cad28b6d6b
26 changed files with 598 additions and 75 deletions

View File

@@ -159,10 +159,6 @@ void cTextCache::CachedCoords( const bool& cached ) {
mCachedCoords = cached;
}
cFont * cTextCache::GetFont() const {
return mFont;
}
const eeUint& cTextCache::CachedVerts() const {
return mVertexNumCached;
}