Fix build

This commit is contained in:
Wojtek Figat
2022-06-14 19:51:11 +02:00
parent d4d27b88f0
commit 5dcde83f22

View File

@@ -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>