Fixed renderer flags to include support for target textures after the renderer is created.

This commit is contained in:
Sam Lantinga
2014-03-09 22:48:38 -07:00
parent 8c7ee701a1
commit a8f540fe4a
5 changed files with 5 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ SDL_RenderDriver GLES_RenderDriver = {
GLES_CreateRenderer,
{
"opengles",
(SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC ),
(SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC),
1,
{SDL_PIXELFORMAT_ABGR8888},
0,