bugfix: missing string addition in javascript

This commit is contained in:
RandomErrorMessage
2019-09-27 02:30:29 -07:00
parent 4d73010019
commit ff09bbeff4

View File

@@ -78,7 +78,7 @@ var htmlWebGL = `<html>
<script>
var texture, vloc, tloc, vertexBuff, textureBuff;
ws = new WebSocket("ws://" + window.location.host "/socket");
ws = new WebSocket("ws://" + window.location.host + "/socket");
var image = new Image();
ws.onopen = function() {