Changeset 6350 in orxonox.OLD for branches/avi_play/src/subprojects/importer/multitex.cc
- Timestamp:
- Dec 30, 2005, 1:36:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/subprojects/importer/multitex.cc
r6339 r6350 74 74 obj = new PrimitiveModel(PRIM_PLANE, 10.0); 75 75 break; 76 case SDLK_5: 77 media_container->loadFrames(); 78 counter = 0; 79 timer = 0; 80 PRINTF(0)("total_frames: %i\n", media_container->getFrameCount()); 81 SDL_Delay(1000); 82 break; 76 83 // increase fps 77 84 case SDLK_9: … … 101 108 timer = 0; 102 109 counter = 0; 110 PRINTF(0)("BEGIN\n"); 103 111 } 104 112 }
Note: See TracChangeset
for help on using the changeset viewer.