mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Backed out the viewport and cliprect changes in 9fb5a9ccac
This ended up being lots of application code churn without any real benefit in practice.
This commit is contained in:
parent
b2ccfc0b6f
commit
80a907e0e6
28 changed files with 238 additions and 275 deletions
|
|
@ -65,7 +65,7 @@ static void MoveSprites(SDL_Renderer *renderer, SDL_Texture *sprite)
|
|||
{
|
||||
float sprite_w, sprite_h;
|
||||
int i;
|
||||
SDL_FRect viewport;
|
||||
SDL_Rect viewport;
|
||||
SDL_FRect *position, *velocity;
|
||||
|
||||
/* Query the sizes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue