Remove note about missing per-vertex-shading
Followup to https://github.com/godotengine/godot/pull/83360
Nice catch! :+1:
Changes look good to me. The commits need to be squashed into one before this can be merged. See here for one explanation on how to do do that.
And please update your commit message to be more descriptive, the title of the PR would be appropriate, using git commit --amend (after squashing)
Thank you both for the suggestions. I didn't expect the rebase to be that easy (instead of upstream/master basically master lol), nor that I can git commit --amend after doing a git push --force.
Thanks! Congratulations on your first contribution! 🎉