chore: fix bug

This commit is contained in:
syuilo 2021-10-02 01:08:04 +09:00
parent 8d3fe0c5c2
commit 9109ae02a7

View file

@ -79,7 +79,7 @@ export function physics(container: HTMLElement) {
objEl.offsetWidth, objEl.offsetWidth,
objEl.offsetHeight, objEl.offsetHeight,
{ {
chamfer: { radius: parseInt(style.borderRadius, 10) }, chamfer: { radius: parseInt(style.borderRadius || '0', 10) },
restitution: 0.5 restitution: 0.5
} }
); );