Fix "gfx3d.cpp:622: warning: array subscript is above array bounds" by removing that line that is now unused (confirmed by zero).
This commit is contained in:
parent
1226363d5d
commit
abb57abc6e
|
@ -619,7 +619,6 @@ static void SetVertex()
|
|||
vert.color[0] = colorRGB[0];
|
||||
vert.color[1] = colorRGB[1];
|
||||
vert.color[2] = colorRGB[2];
|
||||
vert.color[3] = colorRGB[3];
|
||||
tempVertInfo.map[tempVertInfo.count] = vertlist->count + tempVertInfo.count - continuation;
|
||||
tempVertInfo.count++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue