This commit is contained in:
Paul 2000-11-07 22:05:42 +00:00
parent 72afd3de6c
commit 68b6716e0d
8 changed files with 117 additions and 52 deletions

View file

@ -77,8 +77,6 @@ void CGUITextBox::init(CGUIObject *_parent,GUIId _id)
---------------------------------------------------------------------- */
void CGUITextBox::setText(unsigned int _textId)
{
FontBank *fb;
m_textId=_textId;
recalc();
}
@ -92,8 +90,6 @@ void CGUITextBox::setText(unsigned int _textId)
---------------------------------------------------------------------- */
void CGUITextBox::render()
{
FontBank *fb;
if(!isHidden())
{
getFontBank()->print((getW()-(BORDERWIDTH*2))/2,m_textY,m_textId);