summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
diff options
context:
space:
mode:
authorflacs <tilkax@gmail.com>2015-11-06 15:49:38 +0100
committerflacs <tilkax@gmail.com>2015-11-06 15:49:38 +0100
commit318a07dc104803b2ed4134d9a6cde55e28784255 (patch)
tree8d26ac16848ebf2961229979e7ac9c07bb36759e /Source/Core/VideoCommon/VertexManagerBase.cpp
parentf26b3708e7c4979dc9a7cb5d0a6b55ee68cf637d (diff)
parent2ad901b2da570673797ea822d56c1bb3f6c58984 (diff)
Merge pull request #3236 from Tilka/cleanup2
VideoCommon: small cleanup
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexManagerBase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp
index 973e93e9b4..84f24cd6e2 100644
--- a/Source/Core/VideoCommon/VertexManagerBase.cpp
+++ b/Source/Core/VideoCommon/VertexManagerBase.cpp
@@ -211,10 +211,10 @@ void VertexManagerBase::Flush()
if (bpmem.tevind[i].IsActive() && bpmem.tevind[i].bt < bpmem.genMode.numindstages)
usedtextures[bpmem.tevindref.getTexMap(bpmem.tevind[i].bt)] = true;
- TextureCache::UnbindTextures();
+ TextureCacheBase::UnbindTextures();
for (unsigned int i : usedtextures)
{
- const TextureCache::TCacheEntryBase* tentry = TextureCache::Load(i);
+ const TextureCacheBase::TCacheEntryBase* tentry = TextureCacheBase::Load(i);
if (tentry)
{
@@ -226,7 +226,7 @@ void VertexManagerBase::Flush()
ERROR_LOG(VIDEO, "error loading texture");
}
}
- TextureCache::BindTextures();
+ TextureCacheBase::BindTextures();
}
// set global vertex constants