mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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;
|
||||
gl.disable(gl.BLEND);
|
||||
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