google-code-export / gummworld2

Automatically exported from code.google.com/p/gummworld2
Other
2 stars 0 forks source link

BasicMapRenderer.set_dirty() crashes #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call set_dirty()
2. Site back and watch the fireworks.

What is the expected output? What do you see instead?
Expected: n/a
Actual:
... 30_renderer_dirty.py", line 97, in <lambda>
    'Dirty rects %d', callback=lambda:len(self.renderer.dirty_rects), interval=.2))
AttributeError: 'BasicMapRenderer' object has no attribute 'dirty_rects'

Original issue reported on code.google.com by stabbing...@gmail.com on 12 Aug 2013 at 1:49

GoogleCodeExporter commented 9 years ago
Fixed in revision 402

Original comment by stabbing...@gmail.com on 12 Aug 2013 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by stabbing...@gmail.com on 12 Aug 2013 at 1:49