Declare variables in the same order they are initialized to fix a gcc warning.
This commit is contained in:
parent
7911585bdc
commit
228fb78696
|
@ -144,8 +144,8 @@ struct GFX3D
|
|||
int x, y, width, height;
|
||||
} viewport;
|
||||
|
||||
u32 clearColor;
|
||||
float clearDepth;
|
||||
u32 clearColor;
|
||||
float fogColor[4];
|
||||
float fogOffset;
|
||||
|
||||
|
|
Loading…
Reference in New Issue