mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-16 00:01:53 +02:00
Removed idInteraction.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user