Skip to content

Commit 1b7bf0c

Browse files
committed
Remove duplicate draw call.
1 parent 742288d commit 1b7bf0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

worldwind/src/commonMain/kotlin/earth/worldwind/draw/DrawableShape.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ open class DrawableShape protected constructor(): Drawable {
120120
if (!drawState.enableDepthTest) dc.gl.enable(GL_DEPTH_TEST)
121121
if (!drawState.enableDepthWrite) dc.gl.depthMask(true)
122122
dc.gl.lineWidth(1f)
123-
dc.gl.enable(GL_CULL_FACE)
124123
dc.gl.disableVertexAttribArray(1 /*vertexTexCoord*/)
125124
dc.gl.disableVertexAttribArray(2 /*vertexTexCoord*/)
126125
dc.gl.disableVertexAttribArray(3 /*vertexTexCoord*/)

0 commit comments

Comments
 (0)