Skip to content

Commit d02a4b4

Browse files
committed
Support gz obj files
1 parent 56d04a5 commit d02a4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/scene/scene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def apply_mesh_shaders(self):
6060
if instance is not None:
6161
if isinstance(instance, MeshShader):
6262
mesh.mesh_shader = ms
63-
continue
63+
break
6464
else:
6565
raise ValueError("apply() must return a MeshShader instance, not {}".format(type(instance)))
6666
if not mesh.mesh_shader:

0 commit comments

Comments
 (0)