Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7217 in orxonox.OLD for branches/std/src/world_entities/terrain.cc


Ignore:
Timestamp:
Mar 12, 2006, 2:16:24 PM (18 years ago)
Author:
bensch
Message:

orxonox/std:: removed two seg-fault bugs… but strangely some models are not loaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/std/src/world_entities/terrain.cc

    r7216 r7217  
    177177void Terrain::loadVegetation(const std::string& vegetationFile)
    178178{
    179   PRINTF(0)("loadVegetation: %s\n", vegetationFile.c_str());
     179  PRINTF(4)("loadVegetation: %s\n", vegetationFile.c_str());
    180180  if (this->vegetation)
    181181    ResourceManager::getInstance()->unload(this->vegetation, RP_LEVEL);
Note: See TracChangeset for help on using the changeset viewer.