beta.r3js.org
cybafelo 2017-01-26 11:37:24 +00:00
commit 248f7215e7
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ GameLib.D3.Scene.LoadSceneFromApi = function(
var response = JSON.parse(xhr.responseText);
if (!response.scene || response.scene.length == 0) {
return onLoaded(null, null, new Error('Could not load scene'));
return onLoaded(null, new Error('Could not load scene'));
}
var scene = response.scene[0];