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