ModelImportTool
- fix removing texture data after import

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9482 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 27da3a106b
commit caba5c80c1
  1. 2
      sdk/jme3-model-importer/src/com/jme3/gde/modelimporter/ImportModel.java

@ -114,8 +114,6 @@ public final class ImportModel implements ActionListener {
if (!(assetKey instanceof TextureKey)) { if (!(assetKey instanceof TextureKey)) {
deleteList.add(fileObj); deleteList.add(fileObj);
} }
} else{
deleteList.add(fileObj);
} }
} }
} catch (Exception ex) { } catch (Exception ex) {

Loading…
Cancel
Save