Fix build break
parent
8089935681
commit
d50c752dbe
|
@ -3404,7 +3404,7 @@ if (m_shape != null) {
|
|||
return;
|
||||
|
||||
lPos = ParentGroup.RootPart.AttachedPos;
|
||||
state = AttachmentPoint;
|
||||
state = (byte)AttachmentPoint;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue