There was an error while loading. Please reload this page.
1 parent c26b65c commit e2e28e6Copy full SHA for e2e28e6
1 file changed
orx-text-on-contour/src/commonMain/kotlin/TextOnContour.kt
@@ -113,6 +113,7 @@ private class OnContourImageMapDrawer {
113
vertices.shadow.uploadElements(0, quadCount * 6)
114
val shader = shaderManager.shader(drawStyle.shadeStyle, vertices.vertexFormat)
115
shader.begin()
116
+ shader.textureBindings[0] = (drawStyle.fontMap as FontImageMap).texture
117
context.applyToShader(shader)
118
119
Driver.instance.setState(drawStyle)
0 commit comments