Skip to content

Commit

Permalink
Merge pull request #85269 from Calinou/material-conversion-fix-typo
Browse files Browse the repository at this point in the history
Fix typo in BaseMaterial3D conversion from 3.x SpatialMaterial
  • Loading branch information
akien-mga committed Dec 4, 2023
2 parents 0e4aead + 70959a9 commit c713767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/resources/material.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit c713767

Please sign in to comment.