Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2009, 2:25:05 PM (15 years ago)
Author:
rgrieder
Message:

Last part of the cleanup: world entities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.h

    r3165 r3186  
    3333#include "OrxonoxPrereqs.h"
    3434
    35 #ifdef NDEBUG
     35#ifdef ORXONOX_RELEASE
    3636#include <OgreSceneNode.h>
    3737#else
     
    443443
    444444    // Inline heavily used functions for release builds. In debug, we better avoid including OgreSceneNode here.
    445 #ifdef NDEBUG
     445#ifdef ORXONOX_RELEASE
    446446    inline const Vector3& WorldEntity::getPosition() const
    447447        { return this->node_->getPosition(); }
Note: See TracChangeset for help on using the changeset viewer.