diff --git a/desmume/src/gfx3d.h b/desmume/src/gfx3d.h index 5a17b8636..04f596471 100644 --- a/desmume/src/gfx3d.h +++ b/desmume/src/gfx3d.h @@ -144,8 +144,8 @@ struct GFX3D int x, y, width, height; } viewport; - u32 clearColor; float clearDepth; + u32 clearColor; float fogColor[4]; float fogOffset;