Fix stack overflow exception in shader graph recursion to be detected

#3706
This commit is contained in:
Wojtek Figat
2025-10-02 20:49:50 +02:00
parent 9b812ec34a
commit adcfc50218

View File

@@ -14,7 +14,7 @@
#include "Engine/Content/AssetsContainer.h"
#include "Engine/Animations/Curve.h"
#define SHADER_GRAPH_MAX_CALL_STACK 100
#define SHADER_GRAPH_MAX_CALL_STACK 50
enum class MaterialSceneTextures;
template<class BoxType>