Compare commits

..

No commits in common. "3c5e90d83effa2b0cb62b5213f419dff51c8b7ba" and "7bf03b02ae210c853c1a36645bec725ef5cc76c2" have entirely different histories.

3 changed files with 1 additions and 9 deletions

7
.gitignore vendored
View File

@ -1,7 +0,0 @@
/FFmpeg
/ogg
/vorbis
wsrA
support.wasm
support.js
*.jpg

View File

@ -54,7 +54,7 @@
font-size: 0.75cm; font-size: 0.75cm;
} }
div#BLARF > canvas { div#BLARF > canvas {
background: url(intermission.jpg) black; background: url(Intermission2.jpg) black;
background-position: 0 30%; background-position: 0 30%;
background-size: cover; background-size: cover;
width: 100%; width: 100%;

1
main.c
View File

@ -61,7 +61,6 @@ static void fn(struct mg_connection *c, int ev, void *ev_data) {
if(!c->is_websocket) { if(!c->is_websocket) {
if(streamerConnected && streamerConnected != c) { if(streamerConnected && streamerConnected != c) {
c->is_closing = 1; c->is_closing = 1;
return;
} else { } else {
streamerConnected = c; streamerConnected = c;
} }