|
@@ -94,7 +94,7 @@ public final class ImportModel implements ActionListener {
|
|
if (!(assetKey instanceof TextureKey)) {
|
|
if (!(assetKey instanceof TextureKey)) {
|
|
deleteList.add(fileObj);
|
|
deleteList.add(fileObj);
|
|
}
|
|
}
|
|
- } catch (IOException ex) {
|
|
|
|
|
|
+ } catch (Exception ex) {
|
|
Exceptions.printStackTrace(ex);
|
|
Exceptions.printStackTrace(ex);
|
|
}
|
|
}
|
|
}
|
|
}
|