Fix: videos start playing after party starts
This commit is contained in:
@@ -12,7 +12,7 @@ void main() {
|
||||
}
|
||||
`;
|
||||
|
||||
const ledCountX = 256;
|
||||
const ledCountX = 128;
|
||||
const ledCountY = ledCountX * (9 / 16);
|
||||
|
||||
const screenFragmentShader = `
|
||||
|
||||
Reference in New Issue
Block a user