oops
This commit is contained in:
parent
84eef1beb2
commit
313f9f95c0
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ export const generateTargets = () => {
|
|||
|
||||
// Create a grid-like distribution
|
||||
const gridSize = Math.ceil(Math.sqrt(CONSTANTS.TARGET_COUNT));
|
||||
const cellWidth = areaWidth / gridSize;
|
||||
const cellHeight = areaHeight / gridSize;
|
||||
|
||||
// Increase safety margin to prevent any clipping
|
||||
const safetyMargin = MAX_RADIUS * 1.5; // Increased from 1.2 to 1.5
|
||||
|
|
Loading…
Add table
Reference in a new issue