- renamed GLViewpointBuffer to HWViewpointBuffer.
This commit is contained in:
parent
13cab1c0b6
commit
9f2fbc1294
6 changed files with 15 additions and 15 deletions
|
|
@ -154,7 +154,7 @@ void OpenGLFrameBuffer::InitializeState()
|
|||
|
||||
mVertexData = new FFlatVertexBuffer(GetWidth(), GetHeight());
|
||||
mSkyData = new FSkyVertexBuffer;
|
||||
mViewpoints = new GLViewpointBuffer;
|
||||
mViewpoints = new HWViewpointBuffer;
|
||||
mLights = new FLightBuffer();
|
||||
|
||||
GLRenderer = new FGLRenderer(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue