Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 18, 2005, 2:13:20 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Changed up to revision 0.3.1_alpha
ChangeLog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/world_entity.cc

    r5065 r5066  
    7272  if (fileName != NULL)
    7373  {
    74     PRINTF(4)("loading %s\n", fileName);
     74    PRINTF(4)("fetching %s\n", fileName);
    7575    if (scaling == 1.0)
    7676      this->model = (Model*)ResourceManager::getInstance()->load(fileName, OBJ, RP_CAMPAIGN);
Note: See TracChangeset for help on using the changeset viewer.