mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
fix image formats not being inside all image formats array
This commit is contained in:
parent
df549b811d
commit
5db8c3adf1
@ -161,6 +161,8 @@ const ImageFormat* const ImageFormat::ALL_FORMATS[static_cast<unsigned>(ImageFor
|
||||
&FORMAT_B8_G8_R8_A8,
|
||||
&FORMAT_A8,
|
||||
&FORMAT_R16_G16_B16_A16_FLOAT,
|
||||
&FORMAT_R8,
|
||||
&FORMAT_R8_A8,
|
||||
&FORMAT_BC1,
|
||||
&FORMAT_BC2,
|
||||
&FORMAT_BC3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user