diff options
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index 73ab9af3c2..60bfa1b1d1 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -350,7 +350,7 @@ void VertexManagerBase::LoadTextures() for (unsigned int i : usedtextures) g_texture_cache->Load(i); - g_texture_cache->BindTextures(); + g_texture_cache->BindTextures(usedtextures); } void VertexManagerBase::Flush() |
