Skip to content

Commit 6b9823a

Browse files
committed
remove debugging
1 parent dc1ec81 commit 6b9823a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/editor/panel/sprites.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const sprite_fling_touch: fizzy.Fling.Tuning = .{
3131
const sprite_fling_touch_window_s: f32 = 0.1;
3232
/// Draw an on-screen readout of the last touch fling decision (velocity / idle / coast)
3333
/// so the touch-only momentum can be tuned on a real device. Set false to hide.
34-
const debug_touch_fling = true;
34+
const debug_touch_fling = false;
3535

3636
// Animated fit-scale state (shared, like a singleton preview).
3737
var prev_scale: f32 = 1.0;

0 commit comments

Comments
 (0)