1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Remove DDS_Indexed from DDSFormat enum

This commit is contained in:
BlueCube3310
2023-08-15 21:34:00 +02:00
committed by GitHub
parent c495eb5102
commit e92b5b405f

View File

@@ -66,7 +66,6 @@ enum DDSFormat {
DDS_BGR5A1,
DDS_BGR565,
DDS_BGR10A2,
DDS_INDEXED,
DDS_LUMINANCE,
DDS_LUMINANCE_ALPHA,
DDS_MAX