| 570 | } |
| 571 | #if WITH_GRANNY |
| 572 | else if( m_pGrannyFile ) |
| 573 | { |
| 574 | // The granny file already exists so we only have to recreate |
| 575 | // the meshes. |
| 576 | SetupMeshes( GrannyGetFileInfo( m_pGrannyFile ) ); |
| 577 | return LR_SUCCESS; |
| 578 | } |
| 579 | #endif |
| 580 | |
| 581 | if( !m_dataStream ) |
no outgoing calls
no test coverage detected