Fix bug with Vector Parameters in Animation Graph

#272
This commit is contained in:
Wojtek Figat
2021-03-18 14:18:40 +01:00
parent 5c171c8b58
commit 922201d1c0
2 changed files with 64 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ void ParticleEmitterGraphCPUExecutor::ProcessGroupParameters(Box* box, Node* nod
case 3:
value = matrix.GetRow4();
break;
default: CRASH;
default:
break;
}
break;