--------------------------------- TickManager::EndTick At the end of the tick stop performance tracking
| 275 | // At the end of the tick stop performance tracking |
| 276 | // |
| 277 | void TickManager::EndTick() |
| 278 | { |
| 279 | // update performance info |
| 280 | PERFORMANCE->Update(); |
| 281 | } |
| 282 | |
| 283 | |
| 284 | } // namespace core |