Skip to content

Commit

Permalink
Fix ci build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bit69tream committed Jan 10, 2024
1 parent 3fb0193 commit f89f772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stribun.c
Original file line number Diff line number Diff line change
Expand Up @@ -4341,7 +4341,7 @@ void bossBallCheckDisconnectedWeaponCollisions(void) {
}
}
}
player:
player:;


float distance = Vector2Distance(player.position, bossBall.weapons[w].position);
Expand Down

0 comments on commit f89f772

Please sign in to comment.