diff --git a/addons/post_processing/node/post_process.gd b/addons/post_processing/node/post_process.gd index 3d31863..45e160f 100644 --- a/addons/post_processing/node/post_process.gd +++ b/addons/post_processing/node/post_process.gd @@ -156,6 +156,8 @@ func _process(delta): return if not dynamically_update: return + else: + update_shaders() if configuration.reload: update_shaders() configuration.reload = false