Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 7, 2006, 9:18:04 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compile again

File:
1 edited

Legend:

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

    r6771 r7194  
    116116VertexArrayModel::~VertexArrayModel()
    117117{
    118   PRINTF(4)("Deleting VertexArrayModel ");
    119   if (this->getName())
    120   {
    121     PRINT(4)("%s\n", this->getName());
    122   }
    123   else
    124   {
    125     PRINT(4)("\n");
    126   }
     118  PRINTF(4)("Deleting VertexArrayModel %s\n", this->getName());
    127119}
    128120
Note: See TracChangeset for help on using the changeset viewer.