diff --git a/src/gl/models/gl_voxels.cpp b/src/gl/models/gl_voxels.cpp index d37bdf8a0..6213eb006 100644 --- a/src/gl/models/gl_voxels.cpp +++ b/src/gl/models/gl_voxels.cpp @@ -275,8 +275,8 @@ void FVoxelModel::AddFace(int x1, int y1, int z1, int x2, int y2, int z2, int x3 mIndices.Push(indx[1]); mIndices.Push(indx[3]); mIndices.Push(indx[1]); - mIndices.Push(indx[3]); mIndices.Push(indx[2]); + mIndices.Push(indx[3]); } //===========================================================================