| 75 | //----------------------------------------------------------------------------- |
| 76 | |
| 77 | void DecalDataFile::clear() |
| 78 | { |
| 79 | for ( U32 i=0; i < mSphereList.size(); i++ ) |
| 80 | delete mSphereList[i]; |
| 81 | |
| 82 | mSphereList.clear(); |
| 83 | mSphereWithLastInsertion = NULL; |
| 84 | mChunker.freeBlocks(); |
| 85 | |
| 86 | mIsDirty = true; |
| 87 | } |
| 88 | |
| 89 | //----------------------------------------------------------------------------- |
| 90 |
no test coverage detected