Removed idInteraction.

This commit is contained in:
Justin Marshall
2026-04-23 23:45:54 -07:00
parent 7427d94865
commit bd14edb616
20 changed files with 14 additions and 5463 deletions
-5
View File
@@ -294,11 +294,6 @@ int R_TriSurfMemory( const srfTriangles_t *tri ) {
return total;
}
// used as a flag in interations
if ( tri == LIGHT_TRIS_DEFERRED ) {
return total;
}
if ( tri->shadowVertexes != NULL ) {
total += tri->numVerts * sizeof( tri->shadowVertexes[0] );
} else if ( tri->verts != NULL ) {