Inspector edge renderer color doesn't work

Changing the edge color of a mesh using the inspector seems to break the edge renderer. I think this is due to it using Color3 and it expects Color4.

1 Like

You’re right, here’s the PR:

2 Likes