(Update) Boids: disable hover interactivity

This commit is contained in:
0xfff 2016-10-08 21:16:09 +02:00
parent f93ab0df9a
commit b456b9cf24

View file

@ -86,7 +86,7 @@
'detect_on': 'canvas',
'events': {
'onhover': {
'enable': true,
'enable': false,
'mode': 'grab'
},
'onclick': {