SDK:
- add main model file to failed list when import failed in ModelImportTool... at the right place git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9477 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
43eca4f47d
commit
b7b06266ed
@ -54,6 +54,7 @@ public final class ModelImporterVisualPanel3 extends JPanel {
|
||||
loadModel(mainKey);
|
||||
if (currentModel != null) {
|
||||
offPanel.attach(currentModel);
|
||||
}else{
|
||||
jList2.setListData(new Object[]{mainKey});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user