------------------------------------------------- STATS -------------------------------------------------
| 218 | |
| 219 | //------------------------------------------------- STATS ------------------------------------------------- |
| 220 | void GameImpl::updateStatistics() |
| 221 | { |
| 222 | apmCounter.update(getFrameCount()); |
| 223 | fpsCounter.update(getFrameCount()); |
| 224 | } |
| 225 | |
| 226 | //------------------------------------------------- OVERLAYS ------------------------------------------------- |
| 227 | void GameImpl::updateOverlays() |