Commit 768278a1 by Иван Кубота

fix interactive

parent fb3fb6ba
...@@ -110,7 +110,7 @@ var _now, vid, ...@@ -110,7 +110,7 @@ var _now, vid,
if(n<f-ft || n > t + tt) if(n<f-ft || n > t + tt)
return _(0); return _(0);
if(n<f) if(n<f)
return _((f-n)/ft); return _(1-(f-n)/ft);
return _((t+tt-n)/tt); return _((t+tt-n)/tt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment