Skip to content

Commit 8cb6d64

Browse files
committed
Fix issue with gorillas not being drawn on page load
.. :/
1 parent da69c39 commit 8cb6d64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/gorillas.coffee

+2-1
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,11 @@ class Painter
193193
else
194194
@empty = false
195195
@draw_buildings()
196+
@draw_gorillas()
196197
setTimeout (=>
197198
@draw_gorillas()
198199
),
199-
500
200+
200
200201

201202
redraw_buildings: ->
202203
for pos in [0...@buildings.length]

0 commit comments

Comments
 (0)