Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions addons/post_processing/node/post_process.gd
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,6 @@ func _add_canvas_layer_children(_path : String, _name: String) -> void:
func _process(delta):
if not configuration:
return
if Engine.is_editor_hint():
if dynamically_update:
update_shaders()
else:
if configuration.reload:
configuration.reload = false
update_shaders()
else:
update_shaders()
if configuration.reload:
if configuration.reload and (dynamically_update or Engine.is_editor_hint()):
configuration.reload = false
update_shaders()