fix uninitialized read

This commit is contained in:
Seth Alves 2019-06-04 12:58:50 -07:00
parent 0d2bc23a63
commit 55daef837a

View file

@ -96,7 +96,7 @@ private:
friend class KTXReader;
friend class ImageReader;
image::TextureUsage::Type _type;
image::TextureUsage::Type _type { image::TextureUsage::UNUSED_TEXTURE };
image::ColorChannel _sourceChannel;
enum class ResourceType {