Remove unused imgFlag_t value IMGFLAG_SRGB
This commit is contained in:
parent
39716745f9
commit
e62941396d
2 changed files with 3 additions and 4 deletions
|
@ -43,8 +43,7 @@ typedef enum
|
|||
IMGFLAG_NO_COMPRESSION = 0x0010,
|
||||
IMGFLAG_NOLIGHTSCALE = 0x0020,
|
||||
IMGFLAG_CLAMPTOEDGE = 0x0040,
|
||||
IMGFLAG_SRGB = 0x0080,
|
||||
IMGFLAG_GENNORMALMAP = 0x0100,
|
||||
IMGFLAG_GENNORMALMAP = 0x0080,
|
||||
} imgFlags_t;
|
||||
|
||||
typedef struct image_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue