software: Fixed compiler warning and dos2unix'd the endlines.
This commit is contained in:
parent
b432350fc9
commit
37dd347b8b
1 changed files with 16 additions and 17 deletions
|
@ -601,7 +601,6 @@ SetDrawState(SDL_Surface *surface, SW_DrawStateCache *drawstate)
|
|||
static int
|
||||
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);
|
||||
SW_DrawStateCache drawstate;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue