|
@@ -106,7 +106,7 @@ class ModelCache {
|
|
tres = hxd.res.Loader.currentInstance.load(path);
|
|
tres = hxd.res.Loader.currentInstance.load(path);
|
|
} catch( e : hxd.res.NotFound ) {
|
|
} catch( e : hxd.res.NotFound ) {
|
|
// force good path error
|
|
// force good path error
|
|
- throw error;
|
|
|
|
|
|
+ throw error + (model != null ? " fullpath : " + fullPath : "");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
var img = tres.toImage();
|
|
var img = tres.toImage();
|