Skip to content

Commit

Permalink
Merge pull request #83708 from Guilhermev25/shaders-renames
Browse files Browse the repository at this point in the history
Fix wrong shader rename
  • Loading branch information
akien-mga committed Nov 12, 2023
2 parents 3e23755 + 7a76d5e commit d443f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/renames_map_3_to_4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ const char *RenamesMap3To4::shaders_renames[][2] = {
{ "NORMALMAP_DEPTH", "NORMAL_MAP_DEPTH" },
{ "TRANSMISSION", "BACKLIGHT" },
{ "WORLD_MATRIX", "MODEL_MATRIX" },
{ "depth_draw_alpha_prepass", "depth_draw_opaque" },
{ "depth_draw_alpha_prepass", "depth_prepass_alpha" },
{ "hint_albedo", "source_color" },
{ "hint_aniso", "hint_anisotropy" },
{ "hint_black", "hint_default_black" },
Expand Down

0 comments on commit d443f12

Please sign in to comment.