mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-30 07:03:18 +00:00
b95add2bfd
Builtins that should prevent baking colors and vertex positions were incorrectly only active in shaders that were not unshaded. This was a terminology misunderstanding - unshaded materials can still use shaders so should have the same test to prevent baking.