GCC fixup

This commit is contained in:
Shyotl
2011-09-09 14:42:59 -05:00
parent e5448533bf
commit 87bada69fa
5 changed files with 22 additions and 26 deletions

View File

@@ -246,13 +246,13 @@ void LLVOClouds::getGeometry(S32 te,
vtx[2] = puff_pos_agent + right + up;
vtx[3] = puff_pos_agent + right - up;
verticesp->mV[3] = 0.f;
*(verticesp->mV+3) = 0.f;
*verticesp++ = vtx[0];
verticesp->mV[3] = 0.f;
*(verticesp->mV+3) = 0.f;
*verticesp++ = vtx[1];
verticesp->mV[3] = 0.f;
*(verticesp->mV+3) = 0.f;
*verticesp++ = vtx[2];
verticesp->mV[3] = 0.f;
*(verticesp->mV+3) = 0.f;
*verticesp++ = vtx[3];;
*texcoordsp++ = uvs[0];