mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Added cUITextEdit ( not finished, but usable and working ).
Fixed some minor bugs.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user