summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/motion/motion.cpp')
-rw-r--r--src/object/motion/motion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/motion/motion.cpp b/src/object/motion/motion.cpp
index 5ffa63c..e0dffc4 100644
--- a/src/object/motion/motion.cpp
+++ b/src/object/motion/motion.cpp
@@ -99,7 +99,7 @@ bool CMotion::EventProcess(const Event &event)
m_engine->RetPause() ) return true;
if ( event.event != EVENT_FRAME ) return true;
-
+
m_progress += event.rTime*m_actionTime;
if ( m_progress > 1.0f ) m_progress = 1.0f; // (*)