-------------------------------------------------------------------------------- Description: From EveShip2 --------------------------------------------------------------------------------
| 369 | // From EveShip2 |
| 370 | // -------------------------------------------------------------------------------- |
| 371 | void EveSwarm::RebuildCachedData( BlueAsyncRes* p ) |
| 372 | { |
| 373 | EveShip2::RebuildCachedData( p ); |
| 374 | for( auto it = m_renderables.begin(); it != m_renderables.end(); ++it ) |
| 375 | { |
| 376 | ( *it )->InitializeRenderable( this, m_mesh ); |
| 377 | } |
| 378 | } |
| 379 | |
| 380 | // -------------------------------------------------------------------------------- |
| 381 | // Description: |
nothing calls this directly
no test coverage detected