aboutsummaryrefslogtreecommitdiff
path: root/src/canvas.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/canvas.c')
-rw-r--r--src/canvas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/canvas.c b/src/canvas.c
index 5e29566..8d48d0f 100644
--- a/src/canvas.c
+++ b/src/canvas.c
@@ -199,8 +199,8 @@ canvas_redraw(Canvas *c, void *ren, int mx, int my)
SDL_RenderDrawPoint(ren, x, y);
}
if (is_drawing) {
- SDL_SetRenderDrawColor(ren, 30, 30, 30, 255);
- SDL_RenderDrawPoint(ren, 0, 0);
+/* SDL_SetRenderDrawColor(ren, 30, 30, 30, 255);*/
+/* SDL_RenderDrawPoint(ren, 0, 0);*/
}
SDL_SetRenderTarget(ren, NULL);
return;