Default color of Vector should be white

This commit is contained in:
Grant Sanderson 2019-06-13 16:14:03 -07:00
parent f10baa3fcd
commit cfbbff1bdf

View file

@ -668,7 +668,6 @@ class Arrow(Line):
class Vector(Arrow):
CONFIG = {
"color": YELLOW,
"buff": 0,
}