From eb6e49a13d89333e6246324723bd727964f56f6d Mon Sep 17 00:00:00 2001 From: dooglus Date: Fri, 7 Sep 2007 20:59:34 +0000 Subject: [PATCH] This looks like a typo. I don't think this function is ever used, anyway (other than by a few other functions which are never used (other than by a few functions that ...)). git-svn-id: http://svn.voria.com/code@627 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/_bezier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETL/trunk/ETL/_bezier.h b/ETL/trunk/ETL/_bezier.h index 0e3ace9..fe7ba8c 100644 --- a/ETL/trunk/ETL/_bezier.h +++ b/ETL/trunk/ETL/_bezier.h @@ -607,7 +607,7 @@ public: */ void subdivide(bezier *left, bezier *right, const time_type &time = (time_type)0.5) const { - time_type t=(t-get_r())/get_dt(); + time_type t=(time-get_r())/get_dt(); bezier lt,rt; value_type temp; -- 2.7.4