Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9196 in orxonox.OLD


Ignore:
Timestamp:
Jul 5, 2006, 10:00:03 AM (18 years ago)
Author:
patrick
Message:

fixed model loading bug

File:
1 edited

Legend:

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

    r9186 r9196  
    209209        this->buildObbTree(obbTreeDepth);
    210210    }
    211     else /*if(fileName.find(".md3") != std::string::npos)*/
     211    else if(fileName.find(".md3") != std::string::npos)
    212212    {
    213213      PRINTF(4)("fetching MD3 file: %s\n", fileName.c_str());
Note: See TracChangeset for help on using the changeset viewer.