Changeset 3165 for code/branches
- Timestamp:
- Jun 14, 2009, 11:52:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.h
r3164 r3165 33 33 #include "OrxonoxPrereqs.h" 34 34 35 #if 35 #ifdef NDEBUG 36 36 #include <OgreSceneNode.h> 37 37 #else … … 443 443 444 444 // Inline heavily used functions for release builds. In debug, we better avoid including OgreSceneNode here. 445 #if 445 #ifdef NDEBUG 446 446 inline const Vector3& WorldEntity::getPosition() const 447 447 { return this->node_->getPosition(); }
Note: See TracChangeset
for help on using the changeset viewer.