Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5290 in orxonox.OLD for trunk/src/lib/graphics/text_engine.cc


Ignore:
Timestamp:
Oct 6, 2005, 11:41:42 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed issue with the overlaping char-arrays in the Shell's Buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine.cc

    r5289 r5290  
    814814  // first remove all the remaining Texts (if any).
    815815  tList<BaseObject>* textList = ClassList::getList(CL_TEXT);
    816   if (text != NULL)
     816  if (textList != NULL)
    817817  {
    818818    tIterator<BaseObject>* textIterator = textList->getIterator();
Note: See TracChangeset for help on using the changeset viewer.