Fix missing lightmap uvs calc in vertex shader

This commit is contained in:
Wojtek Figat
2021-02-16 15:55:10 +01:00
parent c902e33d8a
commit d05204cb91
3 changed files with 3 additions and 2 deletions

View File

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