* @brief Initialize the FPS meter */
| 1114 | * @brief Initialize the FPS meter |
| 1115 | */ |
| 1116 | void EnableFrameCount() |
| 1117 | { |
| 1118 | frameflag = frameflag == 0; |
| 1119 | framestart = SDL_GetTicks(); |
| 1120 | } |
| 1121 | |
| 1122 | /** |
| 1123 | * @brief Display the current average FPS over 1 sec |
no outgoing calls
no test coverage detected