Fix compiling with GE

Enabled Freestyle instead of GE :| Sry
This commit is contained in:
Julian Eisel 2015-09-20 21:11:08 +02:00
parent cbeb76da95
commit 5ad8489c1d
1 changed files with 1 additions and 1 deletions

View File

@ -1303,7 +1303,7 @@ void RAS_OpenGLRasterizer::applyTransform(double* oglmatrix,int objectdrawmode )
up[0], up[1], up[2], 0,
0, 0, 0, 1};
glTranslate3dv(objpos);
glTranslatef(objpos[0],objpos[1],objpos[2]);
glMultMatrixd(maat);
}