mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
VertexShaderManager: Remove unused parameter
This commit is contained in:
@ -683,7 +683,7 @@ void VertexShaderManager::SetProjectionChanged()
|
||||
bProjectionChanged = true;
|
||||
}
|
||||
|
||||
void VertexShaderManager::SetMaterialColorChanged(int index, u32 color)
|
||||
void VertexShaderManager::SetMaterialColorChanged(int index)
|
||||
{
|
||||
nMaterialsChanged[index] = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user