diff options
author | chai <chaifix@163.com> | 2019-03-04 08:59:21 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-04 08:59:21 +0800 |
commit | c19a282e10f51ddd50d198b903f8fbd5a2238b62 (patch) | |
tree | 407cfda6ec917a86135153915a924e38f76c0553 /Source/Asura.Engine/Graphics/ImageData.cpp | |
parent | e1472104af014df0e8598f1a3f9b2496b683d6bb (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/Graphics/ImageData.cpp')
-rw-r--r-- | Source/Asura.Engine/Graphics/ImageData.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Asura.Engine/Graphics/ImageData.cpp b/Source/Asura.Engine/Graphics/ImageData.cpp index af448bd..002de67 100644 --- a/Source/Asura.Engine/Graphics/ImageData.cpp +++ b/Source/Asura.Engine/Graphics/ImageData.cpp @@ -15,12 +15,6 @@ namespace AsuraEngine new STBDecoder() // jpeg, tga, bmp }; - void ImageData::ReleaseAllDecoders() - { - for (ImageDecoder* decoder : ImageDecoders) - decoder->Release(); - } - ImageData::ImageData(const Filesystem::DataBuffer* buffer) : DecodedData(buffer) { |