Fix typo in BaseMaterial3D conversion from 3.x SpatialMaterial
This commit is contained in:
parent
fa4a65387e
commit
70959a9c04
1 changed files with 1 additions and 1 deletions
|
@ -3167,7 +3167,7 @@ bool StandardMaterial3D::_set(const StringName &p_name, const Variant &p_value)
|
||||||
{ "flags_use_shadow_to_opacity", "shadow_to_opacity" },
|
{ "flags_use_shadow_to_opacity", "shadow_to_opacity" },
|
||||||
{ "flags_no_depth_test", "no_depth_test" },
|
{ "flags_no_depth_test", "no_depth_test" },
|
||||||
{ "flags_use_point_size", "use_point_size" },
|
{ "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_albedo_tex_force_srgb", "albedo_texture_force_srgb" },
|
||||||
{ "flags_do_not_receive_shadows", "disable_receive_shadows" },
|
{ "flags_do_not_receive_shadows", "disable_receive_shadows" },
|
||||||
{ "flags_disable_ambient_light", "disable_ambient_light" },
|
{ "flags_disable_ambient_light", "disable_ambient_light" },
|
||||||
|
|
Loading…
Reference in a new issue