Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/atoidejouer/ui/screens.py
diff options
context:
space:
mode:
Diffstat (limited to 'atoidejouer/ui/screens.py')
-rw-r--r--atoidejouer/ui/screens.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/atoidejouer/ui/screens.py b/atoidejouer/ui/screens.py
index b6076d1..3161d97 100644
--- a/atoidejouer/ui/screens.py
+++ b/atoidejouer/ui/screens.py
@@ -285,8 +285,8 @@ class ScreenStory(graphics.Scene):
if _ratio < rate:
return _x, _y
else:
- _next_x, _next_y = self._get_keys('graphics').get_align(sequence_name,
- int(time) + 1, filename)
+ _next_x, _next_y = self._get_keys('graphics').get_next_align(
+ sequence_name, int(time), use_transition=True)
# ..
return _x + (_next_x - _x) * _ratio, _y + (_next_y - _y) * _ratio