1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

FastImageRender working.

Still not Fast though.
This commit is contained in:
Gunther Brunner 2014-02-27 19:04:07 +09:00
parent f9af24e6bc
commit c021b3d153
2 changed files with 30 additions and 43 deletions

View file

@ -195,7 +195,6 @@ function FastImageRender(canvasElement, options) {
this.options = options || {}
this.canvasElement = canvasElement
if (this.options.render === 'webgl') {
this.render = new WebGLRender(canvasElement, options)
} else if (this.options.render === 'pixi') {