Missing end-of-line.

This commit is contained in:
Ken Hughes
2009-04-26 18:38:16 +00:00
parent af1c25c9d0
commit f8239c8ac7

View File

@@ -3974,4 +3974,4 @@ void psys_make_billboard(ParticleBillboardData *bb, float xvec[3], float yvec[3]
VECADDFAC(center, bb->vec, xvec, bb->offset[0]);
VECADDFAC(center, center, yvec, bb->offset[1]);
}
}