Changeset 3131 for code/branches/pch/src/orxonox/tools/Mesh.h
- Timestamp:
- Jun 9, 2009, 8:37:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/tools/Mesh.h
r2662 r3131 58 58 59 59 private: 60 static unsigned int meshCounter_s;61 60 Ogre::Entity* entity_; 62 61 bool bCastShadows_; 63 62 Ogre::SceneManager* scenemanager_; 63 64 static unsigned int meshCounter_s; 64 65 }; 65 66 }
Note: See TracChangeset
for help on using the changeset viewer.