--------------------------------- AudioData::d-tor Cleans up the OpenAL buffer
| 34 | // Cleans up the OpenAL buffer |
| 35 | // |
| 36 | AudioData::~AudioData() |
| 37 | { |
| 38 | alDeleteBuffers(1, &m_Buffer); |
| 39 | } |
| 40 | |
| 41 | |
| 42 | //=================== |
nothing calls this directly
no outgoing calls
no test coverage detected