Navigation Menu

Skip to content

Commit

Permalink
switch images more quickly with Tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
eclecticc committed Apr 20, 2012
1 parent a8cf597 commit 49d3089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sosg/sosg.c
Expand Up @@ -350,7 +350,7 @@ static void update_input(sosg_p data)
if (mode == TRACKER_ROTATE)
data->rotation = rotation;
else if (mode == TRACKER_SCROLL) {
data->index = rotation / (M_PI/2.0);
data->index = rotation / (M_PI/3.0);
update_index(data);
}
} else {
Expand Down

0 comments on commit 49d3089

Please sign in to comment.