Removed unused param.
This commit is contained in:
@@ -1116,10 +1116,7 @@ void lcContext::FlushState()
|
||||
|
||||
if (mHighlightParamsDirty && Program.HighlightParamsLocation != -1)
|
||||
{
|
||||
lcMatrix44 InverseViewMatrix = lcMatrix44AffineInverse(mViewMatrix);
|
||||
mHighlightParams[4] = InverseViewMatrix[2];
|
||||
|
||||
glUniform4fv(Program.HighlightParamsLocation, 5, mHighlightParams[0]);
|
||||
glUniform4fv(Program.HighlightParamsLocation, 4, mHighlightParams[0]);
|
||||
mHighlightParamsDirty = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user