'System.IndexOutOfRangeException' should not be thrown by user code.
TeodorVecerdi opened this issue · 0 comments
TeodorVecerdi commented
Codacy detected an issue:
Message: 'System.IndexOutOfRangeException' should not be thrown by user code.
Occurred on:
- Commit: 36b437c
- File: Assets/Scripts/Nodes/Abstracts/Node.cs
- LineNum: 46
- Code:
if(inputIndex >= Inputs.Count) throw new IndexOutOfRangeException();
Currently on:
- Commit: 3572df4
- File: Assets/Scripts/Nodes/Abstracts/Node.cs
- LineNum: 46