Skip to content

Commit 54f8f0f

Browse files
authored
Fixed binder rendering compatibility issue
1 parent b43cdc0 commit 54f8f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polykit/renderers/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _fresnel(self,
165165
geometry2.color[:] = corrected_colors[polymer_mask]
166166

167167
geometry2.material = geometry.material
168-
geometry2.outline_material = geometry.material.outline_material
168+
geometry2.outline_material = geometry.outline_material
169169

170170
scene.camera = fl.camera.Orthographic.fit(scene, view='isometric', margin=0)
171171

0 commit comments

Comments
 (0)