- Timestamp:
- Jul 14, 2005, 4:58:12 PM (19 years ago)
- Location:
- orxonox/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/ChangeLog
r4822 r4865 1 2005-07-14 Benjamin Grauer <bensch@orxonox.ethz.ch> 2 Implementd Render2D and Element2D, that handles 2D-shapes overlay 3 This is a new Engine, enabling us to render to layers. 4 1 5 2005-07-01 Benjamin Grauer <bensch@orxonox.ethz.ch> 2 6 Implemented ClassList.h: -
orxonox/trunk/src/world_entities/weapons/crosshair.cc
r4864 r4865 175 175 this->setAbsCoor(objX, objY, objZ); 176 176 177 this->positioning();177 //this->positioning(); 178 178 } 179 179
Note: See TracChangeset
for help on using the changeset viewer.