mirror of https://github.com/encounter/SDL.git
software: Fixed compiler warning and dos2unix'd the endlines.
This commit is contained in:
parent
04fedce0e8
commit
3e9bf28413
|
@ -601,7 +601,6 @@ SetDrawState(SDL_Surface *surface, SW_DrawStateCache *drawstate)
|
||||||
static int
|
static int
|
||||||
SW_RunCommandQueue(SDL_Renderer * renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)
|
SW_RunCommandQueue(SDL_Renderer * renderer, SDL_RenderCommand *cmd, void *vertices, size_t vertsize)
|
||||||
{
|
{
|
||||||
SW_RenderData *data = (SW_RenderData *) renderer->driverdata;
|
|
||||||
SDL_Surface *surface = SW_ActivateRenderer(renderer);
|
SDL_Surface *surface = SW_ActivateRenderer(renderer);
|
||||||
SW_DrawStateCache drawstate;
|
SW_DrawStateCache drawstate;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue