VertexLoaderManager: reset stats properly
This commit is contained in:
parent
6558704403
commit
1a52cff1c9
|
@ -43,6 +43,7 @@ void Init()
|
|||
for (auto& map_entry : g_preprocess_cp_state.vertex_loaders)
|
||||
map_entry = nullptr;
|
||||
RecomputeCachedArraybases();
|
||||
SETSTAT(stats.numVertexLoaders, 0);
|
||||
}
|
||||
|
||||
void Shutdown()
|
||||
|
|
Loading…
Reference in New Issue