You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Previously, conditionals set on the shader would change outside of the _render_list function when blend shapes were used This is an issue because the function keeps track of the previous shader state to try to minimize state changes Now we keep all this shader state change within the _render_list function to ensure the saved previous state is correct