From 11c8bac42ba9504c743c081ca80f3432ad05579b Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Thu, 23 Aug 2001 18:43:25 +0000 Subject: [PATCH] opt dbg stmts --- direct/src/deadrec/correction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/deadrec/correction.cxx b/direct/src/deadrec/correction.cxx index 0c76d99497..6d8846b27e 100644 --- a/direct/src/deadrec/correction.cxx +++ b/direct/src/deadrec/correction.cxx @@ -140,7 +140,7 @@ void SplineCorrection::step(void) { _curr_v = (3.0f * tmp * tmp * A) + (2.0f * tmp * B) + C; time += ClockObject::get_global_clock()->get_dt(); if(correction_cat.is_spam()) { - correction_cat->spam() << "new possition = " << _curr_p << endl; + correction_cat->spam() << "new position = " << _curr_p << endl; correction_cat->spam() << "new vel = " << _curr_v << endl; } } else