Lashtw commited on
Commit
b6f4d8d
·
verified ·
1 Parent(s): 4f2b97a

Upload 9 files

Browse files
Files changed (1) hide show
  1. src/views/InstructorView.js +2 -0
src/views/InstructorView.js CHANGED
@@ -410,6 +410,8 @@ export function setupInstructorEvents() {
410
 
411
  // --- FIXED: Even Arc Distribution (Safe Zone: 135 deg to 405 deg) ---
412
  // Avoids Bottom Right (0-90) and Bottom Center (90-120) entirely
 
 
413
 
414
  // Safe Arc Range: Starts at 135 deg (Bottom Left) -> Goes CW -> Ends at 405 deg (45 deg, Bottom Right)
415
  // Total Span = 270 degrees
 
410
 
411
  // --- FIXED: Even Arc Distribution (Safe Zone: 135 deg to 405 deg) ---
412
  // Avoids Bottom Right (0-90) and Bottom Center (90-120) entirely
413
+ const minR = 220;
414
+ // Avoids Bottom Right (0-90) and Bottom Center (90-120) entirely
415
 
416
  // Safe Arc Range: Starts at 135 deg (Bottom Left) -> Goes CW -> Ends at 405 deg (45 deg, Bottom Right)
417
  // Total Span = 270 degrees