Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3165


Ignore:
Timestamp:
Jun 14, 2009, 11:52:50 AM (15 years ago)
Author:
rgrieder
Message:

Screwed something..

File:
1 edited

Legend:

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

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