spilgames / glue

Glue is a JavaScript game engine for making web games that run on desktop and touch devices.
glue-engine.com
Other
10 stars 4 forks source link

Removed the backbuffer canvas #255

Closed HernanZh closed 10 years ago

HernanZh commented 10 years ago

Related to issue #254 Because it turns out double buffering was not correctly implemented, the backbuffer canvas is removed. If double buffering is preferred, it should be added when it's needed and be made optional.