1
0
Fork 0
This commit is contained in:
Atridad Lahiji 2025-03-25 00:43:34 -06:00
parent 84eef1beb2
commit 313f9f95c0
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -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