30.01.2019, 14:21
Attempted to read/write array element at index 32 in array of size 32.
See what you've modified and try to do it before, (the length of a 32 vector starts from 0 to 31) you can't write on 32, that's what you say there.
Check where you have exceeded the limit.
See what you've modified and try to do it before, (the length of a 32 vector starts from 0 to 31) you can't write on 32, that's what you say there.
Check where you have exceeded the limit.