add method on Vec2 classes is not working how was intended
SrRapero720 opened this issue ยท 1 comments
Next classes/methods named add()
asks for a Vec2 argument which is ignored, instead the method adds to itself the current values (equivalent to duplicate the vec values)
Vec2f:
Vec2d