mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-29 02:20:52 +00:00
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