From 75410037fd0d5ec81ef24c70789b9a684ca86f3f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Jul 2010 10:41:08 +0000 Subject: - correct some spelling errors. - remove FreeCamera struct (wasnt used) - remove world color alpha values (not used anywhre). --- intern/itasc/MovingFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/itasc') diff --git a/intern/itasc/MovingFrame.cpp b/intern/itasc/MovingFrame.cpp index e923b1fab27..914f950e436 100644 --- a/intern/itasc/MovingFrame.cpp +++ b/intern/itasc/MovingFrame.cpp @@ -52,7 +52,7 @@ void MovingFrame::pushInternalFrame(CacheTS timestamp) } } -// load pose just preceeding timestamp +// load pose just preceding timestamp // return false if no cache position was found bool MovingFrame::popInternalFrame(CacheTS timestamp) { -- cgit v1.2.3