Compare commits

..

No commits in common. "b06837f819d4a4008be597e40567ca19d916d3ce" and "6a4cb1a4317cc0faa7fd228afbd80a1d47a43623" have entirely different histories.

2 changed files with 3 additions and 3 deletions

BIN
editor.scn (Stored with Git LFS)

Binary file not shown.

View File

@ -133,7 +133,7 @@ var normal_map_r: Texture2D = null:
return normal_map_r
set(value):
self._material.set_shader_parameter("NORMAL_MAP_R", value)
self._material.set_shader_parameter("ALBEDO_MAP_R", value)
normal_map_r = value