Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 9, 2006, 10:42:56 PM (18 years ago)
Author:
bensch
Message:

trunk: vertexArrayModel minor functionality update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/vertex_array_model.cc

    r6314 r6452  
    3737  this->setClassID(CL_MODEL, "VertexArrayModel");
    3838
    39   this->bFinalized = false;
    4039  this->newStripe();
    4140}
     
    5150{
    5251  this->setClassID(CL_MODEL, "VertexArrayModel");
    53   this->bFinalized = false;
    54 
    55     // importing the data to the new Model.
     52
     53  // importing the data to the new Model.
    5654  this->newStripe();
    5755
     
    252250  // finalize the Arrays
    253251  this->newStripe();
    254   this->bFinalized = true;
    255252}
    256253
Note: See TracChangeset for help on using the changeset viewer.