Browse Source

Merge pull request #83708 from Guilhermev25/shaders-renames

Fix wrong shader rename
Rémi Verschelde 1 year ago
parent
commit
d443f127ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/renames_map_3_to_4.cpp

+ 1 - 1
editor/renames_map_3_to_4.cpp

@@ -1450,7 +1450,7 @@ const char *RenamesMap3To4::shaders_renames[][2] = {
 	{ "NORMALMAP_DEPTH", "NORMAL_MAP_DEPTH" },
 	{ "NORMALMAP_DEPTH", "NORMAL_MAP_DEPTH" },
 	{ "TRANSMISSION", "BACKLIGHT" },
 	{ "TRANSMISSION", "BACKLIGHT" },
 	{ "WORLD_MATRIX", "MODEL_MATRIX" },
 	{ "WORLD_MATRIX", "MODEL_MATRIX" },
-	{ "depth_draw_alpha_prepass", "depth_draw_opaque" },
+	{ "depth_draw_alpha_prepass", "depth_prepass_alpha" },
 	{ "hint_albedo", "source_color" },
 	{ "hint_albedo", "source_color" },
 	{ "hint_aniso", "hint_anisotropy" },
 	{ "hint_aniso", "hint_anisotropy" },
 	{ "hint_black", "hint_default_black" },
 	{ "hint_black", "hint_default_black" },