Merge branch 'feature/components' into sergej

beta.r3js.org
Theunis J. Botha 2016-11-24 12:57:05 +01:00
commit a1e9357a7a
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ GameLib.D3.Scene.LoadSceneFromApi = function(
var scene = response.scene[0];
GameLib.D3.Scene.LoadScene(scene, onLoaded, graphics, uploadUrl, progressCallback, false);
GameLib.D3.Scene.LoadScene(scene, onLoaded, graphics, uploadUrl, progressCallback, true);
}
}
}(xhr);