X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmatrix.h;h=b574c7359506bf05e9cecc46fd9f4593f721bab2;hb=020811d96d5c823686e5c2b0a392b95d1a321f05;hp=79d330a30ca99e3c34348eca271c56f7d7be3404;hpb=41339bc44d076569c680b2c24c75b30ef1254c1b;p=libs%2Fgl.git diff --git a/source/matrix.h b/source/matrix.h index 79d330a3..b574c735 100644 --- a/source/matrix.h +++ b/source/matrix.h @@ -15,9 +15,9 @@ namespace GL { enum MatrixMode { - MODELVIEW=GL_MODELVIEW, - PROJECTION=GL_PROJECTION, - TEXTURE=GL_TEXTURE + MODELVIEW = GL_MODELVIEW, + PROJECTION = GL_PROJECTION, + TEXTURE = GL_TEXTURE }; void matrix_mode(MatrixMode);