Added log
This commit is contained in:
parent
5a1a289000
commit
27f4366c7a
|
@ -32,6 +32,8 @@ var ProgressiveLoader = function(path, scene, materialCreator, transparentElemen
|
|||
// When receiving elements
|
||||
socket.on('elements', function(arr) {
|
||||
|
||||
console.log("Got stuff");
|
||||
|
||||
if (!finished) {
|
||||
socket.emit('next');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue