Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2012-10-24 01:57:38 (GMT)
committer Gary Martin <gary@garycmartin.com>2012-10-24 01:57:38 (GMT)
commit559fc4f0caa122442f78969f2eb65bc4c1c250d9 (patch)
tree4e74011aaf28a0ffa1d8ad7fd85384b0f4708df1
parente9b6c92ad3ee7aa9724043fec713d8401b073c43 (diff)
Tidy up space padding.
-rw-r--r--bridge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge.py b/bridge.py
index 63b2214..7b66748 100644
--- a/bridge.py
+++ b/bridge.py
@@ -74,7 +74,7 @@ class Bridge:
coord = int(self.world.meter_to_screen(vec.x)), \
int(780 - self.world.meter_to_screen(vec.y))
pygame.draw.circle(self.screen, (int(force / 2),
- 255-int(force / 2), 0), coord, 4)
+ 255 - int(force / 2), 0), coord, 4)
except AttributeError:
pass
pos = self.first_train.GetPosition()