filled out rgba

This commit is contained in:
Derek Foreman 2003-03-26 04:54:33 +00:00
parent 2003bee604
commit 9b4c587cd4

View file

@ -102,7 +102,13 @@ typedef struct TextureMask {
} TextureMask;
typedef struct TextureRGBA {
int poo;
int width;
int height;
unsigned long *data;
/* cached scaled so we don't have to scale often */
int cwidth;
int cheight;
unsigned long *cache;
} TextureRGBA;
typedef union {