Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2007, 3:19:15 PM (18 years ago)
Author:
nicolasc
Message:

initial upload form mouse aiming in VS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/world_entity.cc

    r10710 r10714  
    347347
    348348  // extract the mount points
     349  // Patrick: they get extracted automaticaly now within the model finalization process
     350  /*
     351
    349352  if(model != NULL)
    350353    model->extractMountPoints();
     
    353356    PRINTF(0)("Worldentity %s has no mount points", (this->getName()).c_str());
    354357    return;
    355   }
     358  }*/
    356359
    357360  // first get all mount points from the model
Note: See TracChangeset for help on using the changeset viewer.