added "NoTexture" type
This commit is contained in:
parent
634de7191b
commit
c9c72cbe29
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ typedef enum {
|
|||
typedef enum {
|
||||
Bitmask,
|
||||
Text,
|
||||
RGBA
|
||||
RGBA,
|
||||
NoTexture
|
||||
} TextureType;
|
||||
|
||||
typedef struct PlanarSurface {
|
||||
|
|
Loading…
Reference in a new issue