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