Skip to content

Commit

Permalink
Sat Apr 30 21:55:52 BST 2005 Stig Brautaset <stig@brautaset.org>
Browse files Browse the repository at this point in the history
  * enable moving

    M ./src/gmoth.c +1
  • Loading branch information
stig committed May 9, 2005
1 parent 44de111 commit a365e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gmoth.c
Expand Up @@ -111,6 +111,7 @@ static void mymouse(int button, int state, int x, int y)
x / (width / 8),
7 - y / (height / 8)
);
ggtl_move(game, mv);
}

if (button == GLUT_RIGHT_BUTTON) {
Expand Down

0 comments on commit a365e8b

Please sign in to comment.