Fix terrain normal mapping issue

#562
This commit is contained in:
Wojtek Figat
2021-06-30 14:13:37 +02:00
parent 419f8db538
commit e0a2904dbf
3 changed files with 19 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
/// <summary>
/// Current materials shader version.
/// </summary>
#define MATERIAL_GRAPH_VERSION 148
#define MATERIAL_GRAPH_VERSION 149
class Material;
class GPUShader;