This commit is contained in:
Thomas Forgione 2019-12-11 17:08:04 +01:00
parent 4f68a00391
commit 3328393f1d
No known key found for this signature in database
GPG Key ID: BFD17A2D71B3B5E7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ animate();
function init() {
let url = 'assets/' + document.URL.split('?')[1] || "bunny_remove.obj";
let url = 'assets/' + (document.URL.split('?')[1] || "bunny_remove.obj");
loader = new Loader(url, 1024, 20);
loader.start(function(elements) {