Fix typo in BaseMaterial3D conversion from 3.x SpatialMaterial

This commit is contained in:
Hugo Locurcio 2023-11-23 15:18:03 +01:00
parent fa4a65387e
commit 70959a9c04
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

@ -3167,7 +3167,7 @@ bool StandardMaterial3D::_set(const StringName &p_name, const Variant &p_value)
{ "flags_use_shadow_to_opacity", "shadow_to_opacity" },
{ "flags_no_depth_test", "no_depth_test" },
{ "flags_use_point_size", "use_point_size" },
{ "flags_fixed_size", "fixed_Size" },
{ "flags_fixed_size", "fixed_size" },
{ "flags_albedo_tex_force_srgb", "albedo_texture_force_srgb" },
{ "flags_do_not_receive_shadows", "disable_receive_shadows" },
{ "flags_disable_ambient_light", "disable_ambient_light" },