mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Fix wrong shader rename
Co-authored-by: BrunoArmondBraga <abraga3547bruno@gmail.com>
This commit is contained in:
parent
6543495b49
commit
7a76d5e6ea
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user