VertexLoader: never reset alpha in 8888 colors

Fixes the opening menu of Xenoblade Chronicles.
This commit is contained in:
Tillmann Karras
2015-01-20 01:58:11 +01:00
parent 80617ec6bd
commit 46ab5d63d6
5 changed files with 5 additions and 19 deletions

View File

@ -41,7 +41,6 @@ public:
float m_tcScale[8];
int m_tcIndex;
int m_colIndex;
int m_colElements[2];
// Matrix components are first in GC format but later in PC format - we need to store it temporarily
// when decoding each vertex.