Fix bug when using material instance of material that uses GlobalSDF
This commit is contained in:
@@ -27,7 +27,7 @@ struct MaterialParamsLink
|
||||
/// <summary>
|
||||
/// The material parameter types.
|
||||
/// </summary>
|
||||
enum class MaterialParameterType : byte
|
||||
API_ENUM() enum class MaterialParameterType : byte
|
||||
{
|
||||
/// <summary>
|
||||
/// The invalid type.
|
||||
@@ -135,8 +135,6 @@ enum class MaterialParameterType : byte
|
||||
GlobalSDF = 20,
|
||||
};
|
||||
|
||||
const Char* ToString(MaterialParameterType value);
|
||||
|
||||
/// <summary>
|
||||
/// Structure of serialized material parameter data.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user