mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-24 05:35:49 +00:00
10f1e0f63a
When setting the default precision type for uniforms (before compiling the shader) prevent boolean uniforms from having one set. Booleans can't have a precision type and on some Android devices this caused a compilation failure. Fixes #30317