| 2559 | //---------------------------------------------------------------------------- |
| 2560 | |
| 2561 | TSShape const* ShapeBase::getShape() |
| 2562 | { |
| 2563 | return mShapeInstance? mShapeInstance->getShape(): 0; |
| 2564 | } |
| 2565 | |
| 2566 | void ShapeBase::prepRenderImage( SceneRenderState *state ) |
| 2567 | { |
no outgoing calls
no test coverage detected