summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/VertexLoader.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-12-26 17:02:46 +0000
committerhrydgard <hrydgard@gmail.com>2008-12-26 17:02:46 +0000
commit2a552421a5b04163a62bdf3c18df4fe98b3a26b2 (patch)
tree1716155eb6f04632cb6a386467df742c70fbb8ae /Source/Core/VideoCommon/Src/VertexLoader.cpp
parentacd0e0d8da7eb183e908866e544dbde87eba7387 (diff)
moar cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1694 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/VertexLoader.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/VertexLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/VertexLoader.cpp b/Source/Core/VideoCommon/Src/VertexLoader.cpp
index 220be31816..8c8e7c254f 100644
--- a/Source/Core/VideoCommon/Src/VertexLoader.cpp
+++ b/Source/Core/VideoCommon/Src/VertexLoader.cpp
@@ -507,7 +507,7 @@ void VertexLoader::RunVertices(int vtx_attr_group, int primitive, int count)
return;
}
- VertexManager::EnableComponents(m_NativeFmt->m_components);
+ m_NativeFmt->EnableComponents(m_NativeFmt->m_components);
// Load position and texcoord scale factors.
m_VtxAttr.PosFrac = g_VtxAttr[vtx_attr_group].g0.PosFrac;