Files
rust-sdl2/examples
Luke Jones ed1ced7cbe Update animation example.
- There is a problem with the SDL2 libraries software renderer such
  that `RenderCopyEx` will draw a flipped or rotated rect in the wrong
  place if;
    - the position of both source and destination are 0, or;
    - the dimensions of source and destination are the same.
- a workaround if using the software renderer is to make the destination
  1 pixel larger x,y, or shift the source over 1 pixel. Not ideal.

Issue #492 contains more details.
2016-11-20 17:59:57 +13:00
..
2016-11-20 17:59:57 +13:00
2016-06-03 14:14:45 +02:00
2015-09-03 14:10:37 +01:00
2016-10-19 17:04:01 +02:00