fixed a .loadImages(..) sync bug...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-02 18:33:37 +03:00
parent 0e14635281
commit bd07af3ba0

View File

@ -570,7 +570,7 @@ var FileSystemLoaderActions = actions.Actions({
logger)
// load the data...
.then(function(imgs){
that.loadOrRecover({
return that.loadOrRecover({
images: imgs,
data: data.Data.fromArray(imgs.keys()),