Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 12:51:36 PM (16 years ago)
Author:
landauf
Message:

don't panic, no codechanges!
added a link to www.orxonox.net

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/WorldEntity.cc

    r1052 r1056  
    11/*
    22 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *                    > www.orxonox.net <
    34 *
    45 *
     
    5758        this->rotationRate_ = 0;
    5859        this->momentum_ = 0;
    59        
     60
    6061        if (GraphicsEngine::getSingleton().getSceneManager())
    6162        {
     
    6465          this->setName("WorldEntity" + name.str());
    6566          this->node_ = GraphicsEngine::getSingleton().getSceneManager()->getRootSceneNode()->createChildSceneNode(this->getName());
    66        
     67
    6768          registerAllVariables();
    6869        }
Note: See TracChangeset for help on using the changeset viewer.