This commit is contained in:
Thomas FORGIONE 2015-06-30 10:12:50 +02:00
parent 1e8f972e4c
commit 5851504210
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ ProgressiveLoaderGeometry.prototype.initIOCallbacks = function() {
}
// Ask for next elements
console.log("Asking next");
self.socket.emit('next', self.getCamera());
});