mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
Fix r_speeds 4 in OpenGL2 renderer
This commit is contained in:
parent
aa2ea68741
commit
323e8b9921
2 changed files with 4 additions and 0 deletions
|
@ -415,6 +415,7 @@ static void ProjectDlightTexture( void ) {
|
|||
|
||||
backEnd.pc.c_totalIndexes += tess.numIndexes;
|
||||
backEnd.pc.c_dlightIndexes += tess.numIndexes;
|
||||
backEnd.pc.c_dlightVertexes += tess.numVertexes;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -874,6 +875,7 @@ static void ForwardDlight( void ) {
|
|||
|
||||
backEnd.pc.c_totalIndexes += tess.numIndexes;
|
||||
backEnd.pc.c_dlightIndexes += tess.numIndexes;
|
||||
backEnd.pc.c_dlightVertexes += tess.numVertexes;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue