| 195 | //----------------------------------------------------------------------------- |
| 196 | |
| 197 | void Frustum::setNearDist( F32 nearDist ) |
| 198 | { |
| 199 | setNearFarDist( nearDist, mFarDist ); |
| 200 | } |
| 201 | |
| 202 | //----------------------------------------------------------------------------- |
| 203 |
no outgoing calls
no test coverage detected