Przeglądaj źródła

[ts] Fix formatting.

Mario Zechner 2 lat temu
rodzic
commit
b82e78079a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      spine-ts/spine-webgl/src/PolygonBatcher.ts

+ 1 - 1
spine-ts/spine-webgl/src/PolygonBatcher.ts

@@ -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);
 		}
 		}
 	}
 	}