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;
|
||||
|
||||
typedef struct PlanarSurface {
|
||||
int xoff;
|
||||
int yoff;
|
||||
int x;
|
||||
int y;
|
||||
int width;
|
||||
int height;
|
||||
SurfaceColorType grad;
|
||||
|
|
Loading…
Reference in a new issue