diff options
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp index c8fa5485a9..7975ea1eb7 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.cpp +++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp @@ -57,7 +57,7 @@ void Init() SETSTAT(stats.numVertexLoaders, 0); } -void Shutdown() +void Clear() { std::lock_guard<std::mutex> lk(s_vertex_loader_map_lock); s_vertex_loader_map.clear(); |
