From e09e5772526549537ee3a09210ff02df0094ed99 Mon Sep 17 00:00:00 2001 From: tenolly Date: Thu, 12 Dec 2024 12:22:12 +0300 Subject: [PATCH] aaaaaaaaa --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0c9916a..9a62d5c 100644 --- a/index.js +++ b/index.js @@ -170,7 +170,7 @@ function animateBall() { data.slice(0, Math.floor(data.length/3)).forEach((value, i) => pointsTable.innerHTML += `${i}${Number(value.x).toFixed(2)}`) })); - const url = `https://physics.zzvt.pw/api/interpolation?h=${height}&l=${length}&g=${g}&alpha=${angle}&count=1000`; + const url = `https://physics.zzvt.pw/api/interpolation?h=${height}&l=${length}&g=10&alpha=${angle}&count=1000`; xhr.open("GET", url, true); console.log(`Sent request to ${url}`)