Changeset 10768 for code/branches/cpp11_v2/src/orxonox/Scene.h
- Timestamp:
- Nov 6, 2015, 10:54:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/orxonox/Scene.h
r10624 r10768 111 111 public: 112 112 inline bool hasPhysics() const 113 { return this->physicalWorld_ != 0; }113 { return this->physicalWorld_ != nullptr; } 114 114 void setPhysicalWorld(bool wantsPhysics); 115 115
Note: See TracChangeset
for help on using the changeset viewer.