Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 16, 2008, 5:14:58 PM (16 years ago)
Author:
scheusso
Message:

added a lot of debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/objects/Model.cc

    r974 r1082  
    9595
    9696    void Model::registerAllVariables(){
    97       WorldEntity::registerAllVariables();
     97//       WorldEntity::registerAllVariables();
     98      COUT(5) << "registering new meshsrc with size: " << meshSrc_.length()+1 << std::endl;
    9899      registerVar(&meshSrc_, meshSrc_.length() + 1, network::STRING);
    99100    }
Note: See TracChangeset for help on using the changeset viewer.