Fix build
This commit is contained in:
@@ -113,6 +113,16 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ShaderGraphValue"/> struct.
|
||||
/// </summary>
|
||||
/// <param name="value">The value.</param>
|
||||
explicit ShaderGraphValue(const double value)
|
||||
: Type(VariantType::Types::Float)
|
||||
, Value(StringUtils::ToString(value))
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ShaderGraphValue"/> struct.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user