////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// * Releases the model. */ ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 121 | */ |
| 122 | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 123 | void Model::Release() |
| 124 | { |
| 125 | ReleaseBase(); |
| 126 | #ifdef __MESHMERIZER_H__ // Collision hulls only supported within ICE ! |
| 127 | DELETESINGLE(mHull); |
| 128 | #endif // __MESHMERIZER_H__ |
| 129 | } |
| 130 | |
| 131 | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 132 | /** |
no outgoing calls
no test coverage detected