diff --git a/Source/Engine/Visject/VisjectGraph.cpp b/Source/Engine/Visject/VisjectGraph.cpp index 8f2766a0a..11cac2241 100644 --- a/Source/Engine/Visject/VisjectGraph.cpp +++ b/Source/Engine/Visject/VisjectGraph.cpp @@ -179,6 +179,7 @@ void VisjectExecutor::ProcessGroupMath(Box* box, Node* node, Value& value) default: CRASH; break; } + break; } case 12: switch (v1.Type.Type) @@ -204,6 +205,7 @@ void VisjectExecutor::ProcessGroupMath(Box* box, Node* node, Value& value) default: CRASH; break; } + break; } break; }