Skip to content

Commit

Permalink
hole in one fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtlordthezombieking authored Nov 28, 2023
1 parent 987b523 commit cc4d9f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,9 @@
return angle * Math.PI / 180;
}
function stinger() {
if(holeInOne){
return;
}
let sp = findStinger();
for(let i of coll) {
if(i.stinger(sp[0] + xPos, sp[1] + yPos))
Expand Down

0 comments on commit cc4d9f0

Please sign in to comment.