Skip to content

Commit

Permalink
Update post_process.gd
Browse files Browse the repository at this point in the history
Removed mistake
  • Loading branch information
SAED2906 authored Apr 12, 2024
1 parent 11b3909 commit c2522f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/post_processing/node/post_process.gd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func _enter_tree():
_update_shaders()

func _add_canvas_layer_children(_path : String, _name: String) -> void:
func _add_canvas_layer_children(_path : String, _name: String) -> void:
var child_instance = load(_path).instantiate()
add_child(child_instance)
var material_instance = child_instance.get_children()[0].material.duplicate()
Expand Down

0 comments on commit c2522f8

Please sign in to comment.