mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Merge branch '4.1' into 4.2-beta
This commit is contained in:
commit
fcc5cab7b4
@ -138,7 +138,7 @@ export class PolygonBatcher implements Disposable {
|
|||||||
let gl = this.context.gl;
|
let gl = this.context.gl;
|
||||||
gl.disable(gl.BLEND);
|
gl.disable(gl.BLEND);
|
||||||
if (PolygonBatcher.disableCulling) {
|
if (PolygonBatcher.disableCulling) {
|
||||||
if(this.cullWasEnabled) gl.enable(gl.CULL_FACE);
|
if (this.cullWasEnabled) gl.enable(gl.CULL_FACE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user