Changeset 3213 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- Dec 18, 2004, 2:54:59 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r3174 r3213 171 171 172 172 // create camera 173 localcamera = new Camera(world);173 //localcamera = new Camera(world); /* \todo camera/input node not used anymore*/ 174 174 175 175 return 0; … … 304 304 { 305 305 // localinput 306 localinput->process();306 //localinput->process(); 307 307 // remoteinput 308 308 }
Note: See TracChangeset
for help on using the changeset viewer.