Add missing node type comment

This commit is contained in:
Wojtek Figat
2021-01-24 18:51:26 +01:00
parent 3a33d6ff84
commit f9ba789af3

View File

@@ -339,6 +339,7 @@ void MaterialGenerator::ProcessGroupMaterial(Box* box, Node* node, Value& value)
case 25:
value = Value(VariantType::Vector3, TEXT("GetObjectSize(input)"));
break;
// Blend Normals
case 26:
{
const auto baseNormal = tryGetValue(node->GetBox(0), Value::Zero).AsVector3();