diff --git a/GPU/Software/TransformUnit.cpp b/GPU/Software/TransformUnit.cpp index 6b9d83100..b76d8fc10 100644 --- a/GPU/Software/TransformUnit.cpp +++ b/GPU/Software/TransformUnit.cpp @@ -148,7 +148,7 @@ static VertexData ReadVertex(VertexReader& vreader) if (vreader.hasColor1()) { float col[3]; - vreader.ReadColor0(col); + vreader.ReadColor1(col); vertex.color1 = Vec3(col[0]*255, col[1]*255, col[2]*255); } else { vertex.color1 = Vec3(0, 0, 0);