Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 3:45:13 PM (18 years ago)
Author:
patrick
Message:

cdmerge: on the work agian

File:
1 edited

Legend:

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

    r6894 r6897  
    212212  {
    213213    PRINTF(4)("creating obb tree\n");
    214 
    215 
    216214    this->obbTree = new OBBTree(depth, this->models[0]->getModelInfo());
    217215    return true;
     
    219217  else
    220218  {
    221     PRINTF(2)("could not create obb-tree, because no model was loaded yet\n");
     219    PRINTF(1)("could not create obb-tree, because no model was loaded yet\n");
    222220    this->obbTree = NULL;
    223221    return false;
Note: See TracChangeset for help on using the changeset viewer.