diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-08-19 15:13:36 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-08-19 19:30:32 (GMT) |
| commit | 2bbfdc72fbb6def95bbe79ece64c849e43d0c001 (patch) | |
| tree | 6444f1d0ea59eb2ce1f8e2abe0b32fbfbde079fd /src/main.c | |
| parent | ac4ffb8d5dbb2e3fe10a979e0cdc6c34a2a8a31f (diff) | |
| download | powder-2bbfdc72fbb6def95bbe79ece64c849e43d0c001.zip powder-2bbfdc72fbb6def95bbe79ece64c849e43d0c001.tar.gz | |
Fix DEBUG_DRAWTOOL to work with line snapping
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1870,7 +1870,7 @@ int main(int argc, char *argv[]) if(debug_flags) { - draw_debug_info(vid_buf, lm, lx, ly, x, y); + draw_debug_info(vid_buf, lm, lx, ly, x, y, line_x, line_y); } if (http_session_check) |
