- renamed classes before continuing.

This commit is contained in:
Christoph Oelckers 2018-10-27 14:27:43 +02:00
commit dad3c50ebd
10 changed files with 33 additions and 33 deletions

View file

@ -99,7 +99,7 @@ void FGLRenderer::Initialize(int width, int height)
glBindVertexArray(mVAOID);
FGLDebug::LabelObject(GL_VERTEX_ARRAY, mVAOID, "FGLRenderer.mVAOID");
mVBO = new FFlatVertexBuffer(width, height);
mVBO = new FGLFlatVertexBuffer(width, height);
mSkyVBO = new FSkyVertexBuffer;
mLights = new FLightBuffer();
mViewpoints = new GLViewpointBuffer;