Closed yuberee closed 1 year ago
https://github.com/Facepunch/sbox-sdf/blob/16cd7ae4940d8f2d2ed20ec5a9b352e5a92008bf/libsdf/code/2D/Sdf2DMeshWriter.cs#L571
Getting an error here because it's using bevelScale instead of what I assume should be EdgeFaces
bevelScale
EdgeFaces
Nevermind, looks like this is a S&box issue since it was using an old version of the polygon library.
I've made sure the asset.party versions of both libs are updated, maybe that will help.
https://github.com/Facepunch/sbox-sdf/blob/16cd7ae4940d8f2d2ed20ec5a9b352e5a92008bf/libsdf/code/2D/Sdf2DMeshWriter.cs#L571
Getting an error here because it's using
bevelScale
instead of what I assume should beEdgeFaces