mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
FastImageRender working.
Still not Fast though.
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user