- renamed classes before continuing.
This commit is contained in:
parent
72bc7693bd
commit
dad3c50ebd
10 changed files with 33 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue