Skip to content

Commit

Permalink
Update Example - Generator - Bush fire map.monkey2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakz001 committed Dec 7, 2016
1 parent d16f287 commit ccf1f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example - Generator - Bush fire map.monkey2
Expand Up @@ -69,7 +69,7 @@ Class MyWindow Extends Window
App.RequestRender() ' Activate this method
canvas.Clear(Color.Black)
cnt+=1
If cnt>800 Or Mouse.ButtonDown(MouseButton.Left)
If cnt>800 Or Mouse.ButtonReleased(MouseButton.Left)
cnt=0
num=Rnd(3,40)
mybushfire = New bushfire(Width,Height,num)
Expand Down

0 comments on commit ccf1f08

Please sign in to comment.