Fixed Threejs version

This commit is contained in:
Christoph Stahl 2019-01-14 19:23:28 +01:00
parent 9adc353eb2
commit e1f57e260d
2 changed files with 2 additions and 2 deletions

View File

@ -282,5 +282,5 @@ function inject_script(url, callback) {
}
inject_script("//code.jquery.com/jquery-3.3.1.min.js", function () {
inject_script("//cdnjs.cloudflare.com/ajax/libs/three.js/r83/three.js", function () { init() })
inject_script("//cdnjs.cloudflare.com/ajax/libs/three.js/100/three.js", function () { init() })
});

2
herosaver.min.js vendored

File diff suppressed because one or more lines are too long