Changeset 7038 in orxonox.OLD
- Timestamp:
- Feb 6, 2006, 12:11:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/world_entities/movie_entity.cc
r7010 r7038 71 71 { 72 72 this->fps = fps; 73 PRINTF(0)("fps: %f\n", fps);73 //PRINTF(0)("fps: %f\n", fps); 74 74 } 75 75 … … 87 87 void MovieEntity::setAxis(float axis) 88 88 { 89 PRINTF(0)("fps: %f\n", fps);89 //PRINTF(0)("fps: %f\n", fps); 90 90 this->axis = axis; 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.