mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 00:02:37 +02:00
fix uninitialized read
This commit is contained in:
parent
0d2bc23a63
commit
55daef837a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue