Skip to content

Commit

Permalink
Merge pull request #2050 from Tilka/reset_vertex_loader_stats
Browse files Browse the repository at this point in the history
VertexLoaderManager: reset stats properly
  • Loading branch information
skidau committed Feb 23, 2015
2 parents 1c29774 + 1a52cff commit f8e51a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/VideoCommon/VertexLoaderManager.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit f8e51a1

Please sign in to comment.