Skip to content

Commit

Permalink
Ensure ShaderSpace.gd doesn't duplicate effort
Browse files Browse the repository at this point in the history
  • Loading branch information
FailSpy authored Mar 14, 2024
1 parent b763b8c commit e66c26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions COGITO/Assets/Shader/ShaderSpace.gd
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func convert_children(node):
node.material_override = convert_surface(mat)

func convert_surfaces():
tracked_nodes = []
convert_children(self)

func convert_surface(mat : BaseMaterial3D):
Expand Down

0 comments on commit e66c26f

Please sign in to comment.