Fix DEBUG_DRAWTOOL to work with line snapping

This commit is contained in:
jacksonmj
2011-08-19 16:13:36 +01:00
committed by Simon Robertshaw
parent ac4ffb8d5d
commit 2bbfdc72fb
3 changed files with 12 additions and 12 deletions

View File

@@ -164,7 +164,7 @@ void render_cursor(pixel *vid, int x, int y, int t, int rx, int ry);
int sdl_open(void);
int draw_debug_info(pixel* vid, int lm, int lx, int ly, int cx, int cy);
int draw_debug_info(pixel* vid, int lm, int lx, int ly, int cx, int cy, int line_x, int line_y);
#ifdef OpenGL
void Enable2D ();