Added support for Matrixd and Matrixf implementations, with the default
Matrix typedef's to either Matrixd or Matrixf.
This commit is contained in:
@@ -32,7 +32,7 @@ void ColorMatrix::apply(State&) const
|
||||
if (s_ARB_imaging)
|
||||
{
|
||||
glMatrixMode( GL_COLOR );
|
||||
_matrix.glLoadMatrix();
|
||||
glLoadMatrix(_matrix.ptr());
|
||||
glMatrixMode( GL_MODELVIEW );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user