diff options
Diffstat (limited to 'src/osd/modules/render/d3d/d3dcomm.h')
-rw-r--r-- | src/osd/modules/render/d3d/d3dcomm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/d3d/d3dcomm.h b/src/osd/modules/render/d3d/d3dcomm.h index 95934f0098a..4894cd7f491 100644 --- a/src/osd/modules/render/d3d/d3dcomm.h +++ b/src/osd/modules/render/d3d/d3dcomm.h @@ -223,7 +223,7 @@ struct vertex { float x, y, z; // X,Y,Z coordinates float rhw; // RHW when no HLSL, padding when HLSL - D3DCOLOR color; // diffuse color + D3DCOLOR color; // diffuse color float u0, v0; // texture stage 0 coordinates float u1, v1; // additional info for vector data }; |