Example #1
0
 def step(self):
     """ Wraps Boid.step() so the GUI is updated after it. """
     Boid.step(self)
     self.updateOnGui()