| 330 | return delay(50); // FIXME this is a hack. |
| 331 | } |
| 332 | class Loader extends WebGLTextureLoader<typeof textureId> { |
| 333 | texture: ?Texture = null; |
| 334 | constructor(gl: WebGLRenderingContext) { |
| 335 | super(gl); |
nothing calls this directly
no outgoing calls
no test coverage detected