chore(casting): remove DEBUG_TOUCH_ZONES overlay

This commit is contained in:
Uruk
2026-05-22 14:24:35 +02:00
parent a9d8f753d4
commit abe4981126
3 changed files with 0 additions and 39 deletions

View File

@@ -1,8 +0,0 @@
/**
* Developer flag for visualising touch zones in the casting player.
*
* Flip to `true` to draw outlines over the slider hit area and the control row,
* run the app, hand-calibrate `panHitSlop`, then flip back to `false`.
* Every use is gated with `__DEV__` so it can never render in a release build.
*/
export const DEBUG_TOUCH_ZONES = false;