summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjacksonmj <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)
commit2bbfdc72fbb6def95bbe79ece64c849e43d0c001 (patch)
tree6444f1d0ea59eb2ce1f8e2abe0b32fbfbde079fd /src/main.c
parentac4ffb8d5dbb2e3fe10a979e0cdc6c34a2a8a31f (diff)
downloadpowder-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 95759ab..7f04895 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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)