anchoring

Anchoring kinda works now
This commit is contained in:
Modnark
2022-10-01 21:13:40 -04:00
parent 2f3cb43807
commit 8e73755d80
3 changed files with 25 additions and 22 deletions

View File

@@ -156,6 +156,7 @@ PartInstance::PartInstance(const PartInstance &oinst)
bottom = oinst.bottom;
shape = oinst.shape;
changed = true;
physBody = NULL;
}
void PartInstance::setSize(Vector3 newSize)