BGE Rasterizer Cleanup: Moving the RAS_OpenGLRasterizer::ApplyLights() code into RAS_OpenGLRasterizer::ProcessLighting().

This commit is contained in:
Mitchell Stokes
2013-11-04 19:21:37 +00:00
parent c1e617d26b
commit a35e9daaef
2 changed files with 27 additions and 32 deletions

View File

@@ -367,7 +367,6 @@ public:
int height);
void applyTransform(double* oglmatrix, int objectdrawmode);
int applyLights(int objectlayer, const MT_Transform& viewmat);
void PushMatrix();
void PopMatrix();