Performance hack

This commit is contained in:
decentral1se 2021-06-01 18:45:08 +02:00
parent 0d31789e10
commit e27b939fb0
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -5,6 +5,9 @@
// Voicegardens front-end Javascript
//
// https://github.com/processing/p5.js/wiki/Optimizing-p5.js-Code-for-Performance
p5.disableFriendlyErrors = true; // disables FES
// The entire canvas
var _canvas;