Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Aug 21, 2011
1 parent f96e89c commit 967dc62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/SDLx/Controller/FPS.pm
Expand Up @@ -60,6 +60,9 @@ sub run {
while ( !$_stop{$ref} ) {
$self->_event($ref);

# the move ratio may have changed
$ratio = $_move_ratio{$ref};

for ( 1 .. $ratio ) {
$self->_move($ref);
}
Expand Down

0 comments on commit 967dc62

Please sign in to comment.