mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
chore: fix bug
This commit is contained in:
parent
c6dd73ff10
commit
70fdb47df4
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export function physics(container: HTMLElement) {
|
|||
objEl.offsetWidth,
|
||||
objEl.offsetHeight,
|
||||
{
|
||||
chamfer: { radius: parseInt(style.borderRadius, 10) },
|
||||
chamfer: { radius: parseInt(style.borderRadius || '0', 10) },
|
||||
restitution: 0.5
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue