--------------------------------------------------------------------------------
| 104 | |
| 105 | // -------------------------------------------------------------------------------- |
| 106 | bool Tr2MeshArea::IsCastingShadows() const |
| 107 | { |
| 108 | return m_castShadows; |
| 109 | } |
| 110 | |
| 111 | // -------------------------------------------------------------------------------- |
| 112 | void Tr2MeshArea::SetCastsShadows( bool castShadows ) |
no outgoing calls
no test coverage detected