feature/jaeyoung #46

Merged
LEE_JAEYOUNG merged 58 commits from feature/jaeyoung into dev 2025-05-21 13:53:44 +09:00
Showing only changes of commit 79e33880ac - Show all commits

View File

@ -1127,6 +1127,9 @@ export const usePolygon = () => {
case 'left':
defense = 'north'
break
default:
defense = 'south'
break
}
pitch = polygon.lines[index]?.attributes?.pitch ?? 0