Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2005, 12:24:05 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: some better implementation for the Animation Class. it now sends around some FunctionPointers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/story_entities/world.cc

    r3781 r3784  
    360360
    361361           
    362             tmpAnim = new Animation<Text>();
    363 
    364             tmpAnim->setFuncToAnim(testText, &Text::setBlending);
     362            tmpAnim = new Animation<Text>(testText, &Text::setBlending);
     363
     364            //      tmpAnim->setFuncToAnim(testText, &Text::setBlending);
    365365            break;
    366366          }
Note: See TracChangeset for help on using the changeset viewer.