Silence an initialization warning.

Pretty sure it's wrong but this isn't that hot anyway.
This commit is contained in:
Unknown W. Brackets 2014-12-13 18:36:28 -08:00
parent 3ce21ce672
commit 2e9f492b24

View file

@ -242,7 +242,7 @@ void _SplinePatchFullQuality(u8 *&dest, u16 *indices, int &count, const SplineP
if (u < 0.0f)
u = 0.0f;
SimpleVertex *vert = &vertices[tile_v * (patch_div_s + 1) + tile_u];
Vec4f vert_color;
Vec4f vert_color(0, 0, 0, 0);
vert->pos.SetZero();
if (origVertType & GE_VTYPE_NRM_MASK) {
vert->nrm.SetZero();