arkeus / Axel

An open source, hardware accelerated 2D flash game library
http://axgl.org
MIT License
77 stars 25 forks source link

Don't draw if scale is set to zero. #8

Closed rogerbraun closed 12 years ago

rogerbraun commented 12 years ago

This makes it possible to make something disappear by scaling it to zero. Useful if you use a pattern like here: http://flashgamedojo.com/wiki/index.php?title=UI,_HUD_or_Status_Overlay_(Flixel)

arkeus commented 12 years ago

Thanks!