cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 400 forks source link

Fixed a small sprite rendering bug. #1

Closed zookatron closed 11 years ago

zookatron commented 12 years ago

If you use scaling or rotation on sprites without opacity the rendering freaks out because the contexts are not restored properly. Adding this line fixed it for me.

cykod commented 11 years ago

Fixed in the most recent release.