sync webgldemodrawer with webgldrawer

This commit is contained in:
Tom 2023-07-26 15:44:38 -04:00
parent f4ded1630f
commit 1e37745764

View File

@ -302,7 +302,7 @@
tiledImage._croppingPolygons || tiledImage._croppingPolygons ||
tiledImage.debugMode tiledImage.debugMode
); );
let useTwoPassRendering = useContext2dPipeline ||(tiledImage.opacity < 1); // TO DO: check hasTransparency in addition to opacity let useTwoPassRendering = useContext2dPipeline || (tiledImage.opacity < 1); // TO DO: check hasTransparency in addition to opacity
let tilesToDraw = tiledImage.getTilesToDraw(); let tilesToDraw = tiledImage.getTilesToDraw();