diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-17 12:13:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 12:13:37 +0200 |
commit | d64fc0c11442b17a2d81edb3a3042d9a34b6621e (patch) | |
tree | b238f39a30311435a80d730c8bc099e25e9abe2a /scene | |
parent | 4379383ccd7828a94bdc0e4c6692826f2e4ec2ec (diff) | |
parent | 9b61c855ef00e14925cfdf8a5d61f854c51d92f4 (diff) |
Merge pull request #61101 from clayjohn/GLES3-3D
Diffstat (limited to 'scene')
-rw-r--r-- | scene/resources/material.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/material.cpp b/scene/resources/material.cpp index 8abdfe713f..b8171ca4bd 100644 --- a/scene/resources/material.cpp +++ b/scene/resources/material.cpp @@ -1788,8 +1788,6 @@ void BaseMaterial3D::_validate_property(PropertyInfo &property) const { _validate_high_end("refraction", property); _validate_high_end("subsurf_scatter", property); - _validate_high_end("anisotropy", property); - _validate_high_end("clearcoat", property); _validate_high_end("heightmap", property); if (property.name.begins_with("particles_anim_") && billboard_mode != BILLBOARD_PARTICLES) { |