mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 09:56:26 +00:00
Back out change initializing renderer blend mode incorrectly.
This commit is contained in:
@@ -1767,7 +1767,7 @@ D3D_CreateRenderer(SDL_Window * window, Uint32 flags)
|
||||
}
|
||||
}
|
||||
|
||||
data->drawstate.blend = SDL_BLENDMODE_NONE;
|
||||
data->drawstate.blend = SDL_BLENDMODE_INVALID;
|
||||
|
||||
return renderer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user