VideoCommon: remove unused stats

This commit is contained in:
degasus
2014-06-02 19:36:09 +02:00
parent bd377b9580
commit f1ddd3c66a
5 changed files with 5 additions and 23 deletions

View File

@ -124,7 +124,7 @@ void VertexManager::Draw(u32 stride)
} else {
glDrawRangeElements(primitive_mode, 0, max_index, index_size, GL_UNSIGNED_SHORT, (u8*)nullptr+s_index_offset);
}
INCSTAT(stats.thisFrame.numIndexedDrawCalls);
INCSTAT(stats.thisFrame.numDrawCalls);
}
void VertexManager::vFlush(bool useDstAlpha)