mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 23:40:00 +02:00
quiet compiler
This commit is contained in:
parent
77cb3c0caa
commit
f284e9d070
1 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue