summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderManager.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-04-06 11:44:13 +0200
committerdegasus <wickmarkus@web.de>2015-05-25 09:33:34 +0200
commit6b2a1e57e2482efb46a91401fa22aaf5ef779974 (patch)
tree1c012863c06ba94f1c7f8702fc05047a88933b6e /Source/Core/VideoCommon/VertexLoaderManager.cpp
parentacd074e291d287080031d7295baa6e2f7862440f (diff)
BBox: remove now unreachable SW bbox implementation
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoaderManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp
index 74dad016cb..199197646a 100644
--- a/Source/Core/VideoCommon/VertexLoaderManager.cpp
+++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp
@@ -165,7 +165,7 @@ int RunVertices(int vtx_attr_group, int primitive, int count, DataReader src, bo
DataReader dst = VertexManager::PrepareForAdditionalData(primitive, count,
loader->m_native_vtx_decl.stride, cullall);
- count = loader->RunVertices(src, dst, count, primitive);
+ count = loader->RunVertices(src, dst, count);
IndexGenerator::AddIndices(primitive, count);