We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1ec81 commit 6b9823aCopy full SHA for 6b9823a
1 file changed
src/editor/panel/sprites.zig
@@ -31,7 +31,7 @@ const sprite_fling_touch: fizzy.Fling.Tuning = .{
31
const sprite_fling_touch_window_s: f32 = 0.1;
32
/// Draw an on-screen readout of the last touch fling decision (velocity / idle / coast)
33
/// so the touch-only momentum can be tuned on a real device. Set false to hide.
34
-const debug_touch_fling = true;
+const debug_touch_fling = false;
35
36
// Animated fit-scale state (shared, like a singleton preview).
37
var prev_scale: f32 = 1.0;
0 commit comments