quiet compiler

This commit is contained in:
Seth Alves 2015-06-22 07:18:30 -07:00
parent 77cb3c0caa
commit f284e9d070

View file

@ -1055,13 +1055,13 @@ void GeometryCache::renderBevelCornersRect(gpu::Batch& batch, int x, int y, int
int vertexPoint = 0;
// Triangle strip points
// 3 ------ 5
// / \
// 1 7
// | |
// 2 8
// \ /
// 4 ------ 6
// 3 ------ 5 //
// / \ //
// 1 7 //
// | | //
// 2 8 //
// \ / //
// 4 ------ 6 //
// 1
vertexBuffer[vertexPoint++] = x;