show red framing line whenever feet are out of frame

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
name 2026-04-11 22:49:41 -07:00
parent 54a46da09e
commit 31852ed101
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ export function GamePage() {
<canvas ref={canvasRef} className="pose-overlay" />
<canvas ref={arCanvasRef} className="ar-overlay" />
{!gameStarted && (calibrationStatus === 'framing' || calibrationStatus === 'paused') && (
{(calibrationStatus === 'framing') && (
<div className="framing-line" />
)}