mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 06:29:16 +00:00
Fix punctuation in custom_postprocessing. I surmise that the second ``col += texture(TEXTURE, SCREEN_UV + SCREEN_PIXEL_SIZE.xy).xyz;`` line was missing a ``-`` (minus sign) before I went through it. If so, I chalk it up to a case of copypasta.