Fix missing volumetric fog affecting transparent materials

#3436
This commit is contained in:
Wojtek Figat
2025-09-20 00:13:52 +02:00
parent 47711ec5be
commit 92f4327fc2
5 changed files with 18 additions and 3 deletions

View File

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