beta.r3js.org
Theunis J. Botha 2017-01-24 17:42:18 +01:00
parent ec79b03977
commit 6e3270508e
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];