Changeset 7049 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Feb 6, 2006, 1:52:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/movie_entity.cc
r7010 r7049 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.