Comment a variable used for already commented code.
This commit is contained in:
parent
1d9ba5599d
commit
84e4fa02d3
|
@ -1269,7 +1269,7 @@ static void OGLRender()
|
||||||
{
|
{
|
||||||
|
|
||||||
u32 lastTextureFormat = 0, lastTexturePalette = 0, lastPolyAttr = 0;
|
u32 lastTextureFormat = 0, lastTexturePalette = 0, lastPolyAttr = 0;
|
||||||
int lastProjIndex = -1;
|
// int lastProjIndex = -1;
|
||||||
|
|
||||||
for(int i=0;i<gfx3d.polylist->count;i++) {
|
for(int i=0;i<gfx3d.polylist->count;i++) {
|
||||||
POLY *poly = &gfx3d.polylist->list[gfx3d.indexlist[i]];
|
POLY *poly = &gfx3d.polylist->list[gfx3d.indexlist[i]];
|
||||||
|
|
Loading…
Reference in New Issue