updated build files

This commit is contained in:
Peli de Halleux
2017-10-23 13:43:59 -07:00
parent aa3c6d5fc0
commit 8fa6cf41ca
8 changed files with 66 additions and 17 deletions

View File

@ -480,6 +480,7 @@ namespace pxsim.visuals {
this.screenCanvasCtx.putImageData(this.screenCanvasData, 0, 0);
}
/*
private updateNeoPixels() {
let state = this.board;
if (!state || !state.neopixelState) return;
@ -509,6 +510,7 @@ namespace pxsim.visuals {
if (p_inner) svg.filter(p_inner, `url(#neopixelglow)`);
}
}
*/
private updateSound() {
let state = this.board;