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