Skip to content

Commit

Permalink
Add TODO(#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 6, 2021
1 parent 8fcb2a8 commit b690ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ int main(int argc, char **argv)
break;

case SDL_MOUSEBUTTONDOWN: {
// TODO: mouse click is broken, because the coordinates need to be mapped differently
// TODO(#18): mouse click is broken, because the coordinates need to be mapped differently
// The feature was initially introduced in #14
}
break;
Expand Down

0 comments on commit b690ca5

Please sign in to comment.