Skip to content

Commit f280a81

Browse files
committed
removed forgotten line 173
1 parent 1b5dfe1 commit f280a81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/post_processing/node/post_process.gd

-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ func _add_canvas_layer_children(_path : String, _name: String) -> void:
170170
func _process(delta):
171171
if not configuration:
172172
return
173-
if Engine.is_editor_hint():
174173
if configuration.reload and (dynamically_update or Engine.is_editor_hint()):
175174
configuration.reload = false
176175
update_shaders()

0 commit comments

Comments
 (0)