| 366 | |
| 367 | |
| 368 | void ExitClean() |
| 369 | { |
| 370 | if (!bCleaned) { |
| 371 | glDeleteTextures(1, &TexID1); |
| 372 | glDeleteTextures(1, &TexID2); |
| 373 | glDeleteTextures(1, &TexID3); |
| 374 | glDeleteTextures(1, &TexID4); |
| 375 | ilDeleteImages(1, &ImgId); |
| 376 | } |
| 377 | bCleaned = IL_TRUE; |
| 378 | return; |
| 379 | } |
nothing calls this directly
no outgoing calls
no test coverage detected