mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 16:52:12 +02:00
fix uninitialized read
This commit is contained in:
parent
32de196a2c
commit
16d259f54f
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ namespace image {
|
|||
QImage _packedData;
|
||||
FloatPixels _floatData;
|
||||
glm::ivec2 _dims;
|
||||
Format _format;
|
||||
Format _format { Format_Invalid };
|
||||
};
|
||||
|
||||
} // namespace image
|
||||
|
|
Loading…
Reference in a new issue