- changed a bit more stuff that doesn't need to be routed through the OpenGL interface anymore.

This commit is contained in:
Christoph Oelckers 2018-10-28 14:25:29 +01:00
commit 54de0bf59f
22 changed files with 70 additions and 104 deletions

View file

@ -150,11 +150,6 @@ void FGLRenderer::ResetSWScene()
swdrawer = nullptr;
}
void FGLRenderer::SetupLevel()
{
screen->mVertexData->CreateVBO();
}
//===========================================================================
//
//