Implement anchor and fix bugs with rigid body #27

Merged
Siklos merged 9 commits from dev.anchor into dev 2022-08-12 11:47:22 -04:00
Showing only changes of commit 24683a7b58 - Show all commits

View file

@ -281,7 +281,7 @@ function getAvailableWidthsTwoLines(
// object 2 is partially overlapping on the right
return [
{
x: rectLeft,
x: unalloctedSpaceLeft,
width: rectRight - unalloctedSpaceLeft
}
];