Fix: videos start playing after party starts

This commit is contained in:
Dejvino
2025-12-31 06:51:05 +00:00
parent eba86f81d6
commit 032f2981a0
2 changed files with 30 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ void main() {
}
`;
const ledCountX = 256;
const ledCountX = 128;
const ledCountY = ledCountX * (9 / 16);
const screenFragmentShader = `