We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
srfGeneric_t
face
srf
1 parent 82e0aa9 commit e14bb7aCopy full SHA for e14bb7a
src/engine/renderer/tr_bsp.cpp
@@ -2911,8 +2911,8 @@ static void R_CreateWorldVBO()
2911
if ( *surf1->data == surfaceType_t::SF_FACE || *surf1->data == surfaceType_t::SF_TRIANGLES
2912
|| *surf1->data == surfaceType_t::SF_GRID )
2913
{
2914
- srfGeneric_t* face = ( srfGeneric_t* ) surf1->data;
2915
- firstIndex = face->firstIndex;
+ srfGeneric_t* srf = ( srfGeneric_t* ) surf1->data;
+ firstIndex = srf->firstIndex;
2916
}
2917
2918
// count verts and indexes and add bounds for the merged surface
0 commit comments