renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
326 stars 64 forks source link

rect.move might have problems #76

Closed ghost closed 7 years ago

ghost commented 7 years ago

"ValueError: need more than 1 value to unpack" if you give it a normal sdl rect

ghost commented 7 years ago

you can fix it by giving the move function rect.x, rect.y instead of just rect.