Crashes when dragging timeline cursor at around 80000 ms
Traceback (most recent call last):
File "C:\Users\abrak\Documents\dev\repos\osu-replay-analyzer-v2\gui\objects\layer\layers\std\aimpoint_vector_layer.py", line 54, in paint
painter.drawLine(pos_x*self.ratio_x, pos_y*self.ratio_y, (pos_x + vec_x)*self.ratio_x, (pos_y + vec_y)*self.ratio_y)
OverflowError: argument 4 overflowed: value must be in the range -2147483648 to 2147483647
Crashes when dragging timeline cursor at around 80000 ms