Ignore:
Timestamp:
03/31/06 17:29:32 (18 years ago)
Author:
igarcia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src/BBCSubEntity.cpp

    r709 r721  
    44namespace BBC { 
    55 
    6 SubEntity::SubEntity()  
     6SubEntity::SubEntity(): references(0) // initialize references to 0 
    77{ 
    88        mHasTangents = false; 
     
    1414SubEntity::~SubEntity()  
    1515{ 
     16        mUniqueVertexList.clear(); 
     17        mIndices.clear(); 
     18        mTextureCoordSetsDimensions.clear(); 
     19 
    1620} 
    1721 
Note: See TracChangeset for help on using the changeset viewer.