Declare variables in the same order they are initialized to fix a gcc warning.

This commit is contained in:
riccardom 2009-02-04 19:39:11 +00:00
parent 7911585bdc
commit 228fb78696
1 changed files with 1 additions and 1 deletions

View File

@ -144,8 +144,8 @@ struct GFX3D
int x, y, width, height;
} viewport;
u32 clearColor;
float clearDepth;
u32 clearColor;
float fogColor[4];
float fogOffset;