Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6498 in orxonox.OLD for trunk/src/world_entities/skybox.cc


Ignore:
Timestamp:
Jan 11, 2006, 9:58:22 PM (18 years ago)
Author:
patrick
Message:

trunk: merged the network branche into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/skybox.cc

    r6470 r6498  
    270270  SYNCHELP_READ_STRINGM( textureName );
    271271
    272   PRINT(0)("GOT DATA: size=%f texture='%s'\n", size, textureName);
    273 
    274272  this->setSize( size );
    275273  this->setTextureAndType( textureName, "jpg" );
     
    292290  if ( rec > 0 )
    293291  {
    294     PRINT(0)("SEND DATA: size=%f texture='%s'\n", size, textureName);
    295292    *reciever = rec;
    296293
Note: See TracChangeset for help on using the changeset viewer.