
I have a bug where global vector lines randomly disappear, not every one but some of them even if I don’t set them
I use an array that contains arrays off points to set the global vector lines and the array still contains the points (it’s the only place where I set the global vector lines)

Not sure if it explains the bug you are experiencing, but calling Global.setVectorLines() will override all other existing lines, so this might be expected behavior (depending if you call this function multiple times)

it happens even when i don’t setVectorLines it’s a little bit wierd and I don’t know what makes it happen, surelly a bug on my code but i wanted to ask if it’s was not a bug because it happens with no visble cause