From 47c67f014f9f882e27e29203eab97dc3c7753f6a Mon Sep 17 00:00:00 2001 From: crudelios Date: Tue, 16 Sep 2014 20:18:15 +0100 Subject: Fix linux build and various warnings. Increase savestate version. --- Source/Core/VideoCommon/BoundingBox.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/VideoCommon/BoundingBox.cpp') diff --git a/Source/Core/VideoCommon/BoundingBox.cpp b/Source/Core/VideoCommon/BoundingBox.cpp index b76db60dab..c919dfe161 100644 --- a/Source/Core/VideoCommon/BoundingBox.cpp +++ b/Source/Core/VideoCommon/BoundingBox.cpp @@ -93,8 +93,6 @@ void LOADERDECL Update() if (g_VtxDesc.Normal != NOT_PRESENT) { // Feed normal input data and transform - myVat.g0.NormalIndex3; - memcpy((u8 *)myVertex.normal, bufferPos + vertexDecl.normals[0].offset, sizeof(float) * 3 * ((myVat.g0.NormalElements) ? 3 : 1)); TransformUnit::TransformNormal(&myVertex, myVat.g0.NormalElements, outVertex); -- cgit v1.2.3