Changeset 9629 for code/branches/core6/src/orxonox/graphics/Billboard.cc
- Timestamp:
- Aug 9, 2013, 9:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/graphics/Billboard.cc
r8706 r9629 40 40 CreateFactory(Billboard); 41 41 42 Billboard::Billboard( BaseObject* creator) : StaticEntity(creator)42 Billboard::Billboard(Context* context) : StaticEntity(context) 43 43 { 44 44 RegisterObject(Billboard);
Note: See TracChangeset
for help on using the changeset viewer.