changeset 211:d19b2f610b8b

Remove old double debugging rect.
author Simon Cross <hodgestar@gmail.com>
date Thu, 07 Apr 2011 00:31:25 +0200
parents 9a6c711e2fdf
children d5a1471a38a7
files skaapsteker/physics.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/skaapsteker/physics.py	Wed Apr 06 23:48:09 2011 +0200
+++ b/skaapsteker/physics.py	Thu Apr 07 00:31:25 2011 +0200
@@ -57,7 +57,6 @@
         return self.debug_color
 
     def draw_debug(self, surface):
-        pygame.draw.rect(surface, (240, 0, 0), self.collide_rect, 1)
         pygame.draw.rect(surface, self.get_debug_color(), self.collide_rect, 1)
 
     def deltaf(self, df):