mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-01 02:21:00 +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