Do not assert when plugging a vector which is too small.
It happens, especially at init that vector are null (of size 0). In this case, avoid abrupt failure by just copying the available data instead of aborting the whole software.
Loading
Please register or sign in to comment