Fix typo in enum

This commit is contained in:
Jérôme Leclercq
2021-01-14 21:56:55 +01:00
parent 4d63d6e022
commit a9f2e05b57
8 changed files with 12 additions and 11 deletions

View File

@@ -97,7 +97,7 @@ namespace Nz::ShaderNodes
switch (op)
{
case BinaryType::Add:
case BinaryType::Substract:
case BinaryType::Subtract:
exprType = left->GetExpressionType();
break;