mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Merge pull request #85269 from Calinou/material-conversion-fix-typo
Fix typo in BaseMaterial3D conversion from 3.x SpatialMaterial
This commit is contained in:
commit
c7137673d3
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user