changeset 75:a62db6d10009

Red -> red
author Stefano Rivera <stefano@rivera.za.net>
date Mon, 23 Aug 2010 21:29:19 +0200
parents 75e1040a1121
children 1a5fdc225939
files gamelib/state.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/state.py	Mon Aug 23 21:26:48 2010 +0200
+++ b/gamelib/state.py	Mon Aug 23 21:29:19 2010 +0200
@@ -214,7 +214,7 @@
     # Interact rectangle hi-light color (for debugging)
     # (set to None to turn off)
     if constants.DEBUG:
-        _interact_hilight_color = Color('Red')
+        _interact_hilight_color = Color('red')
     else:
         _interact_hilight_color = None