From 903a8db46fdf6646b5cd7677991ff3b31a7b53d1 Mon Sep 17 00:00:00 2001 From: Khopa Date: Wed, 31 Oct 2018 14:26:23 +0100 Subject: [PATCH] Commented debug mouse cursos position rect --- ui/overviewcanvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/overviewcanvas.py b/ui/overviewcanvas.py index 8d8eaef9..4e80d328 100644 --- a/ui/overviewcanvas.py +++ b/ui/overviewcanvas.py @@ -236,7 +236,7 @@ class OverviewCanvas: self.overlay.get_height()-zoom_lvl.get_height()-5)) # Debug - pygame.draw.rect(surface, (255, 0, 255), (mouse_pos[0], mouse_pos[1], 5, 5), 2) + # pygame.draw.rect(surface, (255, 0, 255), (mouse_pos[0], mouse_pos[1], 5, 5), 2) for cp in self.game.theater.controlpoints: