Skip to content

Commit

Permalink
Fixed post_process.gd to update the shaders
Browse files Browse the repository at this point in the history
"dynamically_update" was doing nothing thus this update
  • Loading branch information
ItsKorin committed May 2, 2024
1 parent ee72c92 commit 5282c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/post_processing/node/post_process.gd
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ func _process(delta):
return
if not dynamically_update:
return
else:
update_shaders()
if configuration.reload:
update_shaders()
configuration.reload = false

0 comments on commit 5282c41

Please sign in to comment.