summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/XFStructs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/XFStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/XFStructs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/XFStructs.cpp b/Source/Core/VideoCommon/XFStructs.cpp
index 089a458683..6a517dc0ab 100644
--- a/Source/Core/VideoCommon/XFStructs.cpp
+++ b/Source/Core/VideoCommon/XFStructs.cpp
@@ -62,7 +62,7 @@ static void XFRegWritten(int transferSize, u32 baseAddress, DataReader src)
if (xfmem.ambColor[chan] != newValue)
{
VertexManager::Flush();
- VertexShaderManager::SetMaterialColorChanged(chan, newValue);
+ VertexShaderManager::SetMaterialColorChanged(chan);
}
break;
}
@@ -74,7 +74,7 @@ static void XFRegWritten(int transferSize, u32 baseAddress, DataReader src)
if (xfmem.matColor[chan] != newValue)
{
VertexManager::Flush();
- VertexShaderManager::SetMaterialColorChanged(chan + 2, newValue);
+ VertexShaderManager::SetMaterialColorChanged(chan + 2);
}
break;
}