------------------------------------------------ GET FPS -------------------------------------------------
| 133 | } |
| 134 | //------------------------------------------------ GET FPS ------------------------------------------------- |
| 135 | int GameImpl::getFPS() const |
| 136 | { |
| 137 | return fpsCounter.getFps(); |
| 138 | } |
| 139 | //-------------------------------------------- GET Average FPS --------------------------------------------- |
| 140 | double GameImpl::getAverageFPS() const |
| 141 | { |