- changed a bit more stuff that doesn't need to be routed through the OpenGL interface anymore.
This commit is contained in:
parent
f7c7c8d1c5
commit
54de0bf59f
22 changed files with 70 additions and 104 deletions
|
|
@ -391,15 +391,6 @@ void OpenGLFrameBuffer::SetViewportRects(IntRect *bounds)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void OpenGLFrameBuffer::InitForLevel()
|
||||
{
|
||||
if (GLRenderer != NULL)
|
||||
{
|
||||
GLRenderer->SetupLevel();
|
||||
}
|
||||
}
|
||||
|
||||
void OpenGLFrameBuffer::UpdatePalette()
|
||||
{
|
||||
if (GLRenderer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue