summaryrefslogtreecommitdiff
path: root/bezier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bezier.cpp')
-rw-r--r--bezier.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/bezier.cpp b/bezier.cpp
index f476986..1a177c4 100644
--- a/bezier.cpp
+++ b/bezier.cpp
@@ -1,4 +1,3 @@
-static real32 Tau = 0.9; // tension
static real32
Bezier_SolveYForX(v2 Point_P0, v2 Point_P1, v2 Point_P2, v2 Point_P3, real32 TargetX) {