Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9923 in orxonox.OLD


Ignore:
Timestamp:
Nov 9, 2006, 3:55:11 PM (17 years ago)
Author:
patrick
Message:

uninit data prevention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/graphics/importer/md2/md2Model.cc

    r9921 r9923  
    9999{
    100100  this->init();
    101  
     101
    102102  this->scaleFactor = model.scaleFactor;
    103  
     103
    104104  this->rebuildInfo();
    105105}
     
    146146  this->data = MD2Data::Pointer(new MD2Data(modelFileName, skinFileName, scale));
    147147  this->rebuildInfo();
     148
     149  // init the animation - do not remove
     150  this->tick( 0.01);
    148151
    149152  return true;
Note: See TracChangeset for help on using the changeset viewer.