Fixed calls to SDL_AddRenderDriver()
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404263
This commit is contained in:
parent
678d68d0f6
commit
b6b1631cb5
11 changed files with 37 additions and 29 deletions
|
@ -257,14 +257,6 @@ GL_LoadFunctions(GL_RenderData * data)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
GL_AddRenderDriver(_THIS)
|
||||
{
|
||||
if (_this->GL_CreateContext) {
|
||||
SDL_AddRenderDriver(0, &GL_RenderDriver);
|
||||
}
|
||||
}
|
||||
|
||||
SDL_Renderer *
|
||||
GL_CreateRenderer(SDL_Window * window, Uint32 flags)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue