apparently my variable names were too verbose.
This commit is contained in:
parent
3147507622
commit
e9a7fc91bc
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ typedef enum {
|
||||||
} TextureType;
|
} TextureType;
|
||||||
|
|
||||||
typedef struct PlanarSurface {
|
typedef struct PlanarSurface {
|
||||||
int xoff;
|
int x;
|
||||||
int yoff;
|
int y;
|
||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
SurfaceColorType grad;
|
SurfaceColorType grad;
|
||||||
|
|
Loading…
Reference in a new issue