godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.95k stars 3.22k forks source link

Fix comment syntax in chroma key example shader #9941

Closed tetrapod00 closed 2 months ago

tetrapod00 commented 2 months ago

Fixes https://github.com/godotengine/godot-docs/issues/9934.

Simple comment syntax replacement. Verified that the shader compiles in 4.3. Did not verify the correctness of the code or the comments.

skyace65 commented 2 months ago

Thanks!

tetrapod00 commented 2 months ago

This should be cherrypicked to at least 4.3, and maybe prior versions, right?

mhilbrunner commented 1 month ago

Cherry-picked to 4.3 in https://github.com/godotengine/godot-docs/pull/10038.