Skip to content

Commit

Permalink
Making cursor on exit menu larger
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSimpson committed Jun 30, 2014
1 parent 76d9a0f commit e235554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exit_menu_gl.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ void init_exit_menu(exit_menu_t *state, gl_t *gl_state)

// Initialize cursor
state->cursor_state = malloc(sizeof(cursor_t));
int cursor_width = 30;
int cursor_height = 40;
int cursor_width = 120;
int cursor_height = 160;
#ifdef RASPI
init_cursor(state->cursor_state, gl_state, "SPH/images/cursor.png", cursor_width, cursor_height);
#else
Expand Down

0 comments on commit e235554

Please sign in to comment.