arkeus / Axel

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

Don't ignore requested width and height. #6

Closed rogerbraun closed 12 years ago

rogerbraun commented 12 years ago

Right now, Axgl completely ignores the requested width and height. "width" and "height" should always be 0 in this function, so I think my change repairs it to what was actually supposed to happen.