- fix nightly compile error due to changed AssetEventListener interface
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8598 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
511c417fe7
commit
85d5666644
@ -376,6 +376,10 @@ public final class ImportWorldForgeAction implements Action {
|
|||||||
good.set(false);
|
good.set(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void assetDependencyNotFound(AssetKey ak, AssetKey ak1) {
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
return mgr.loadAsset(getOgreMaterialKey(key));
|
return mgr.loadAsset(getOgreMaterialKey(key));
|
||||||
@ -430,6 +434,10 @@ public final class ImportWorldForgeAction implements Action {
|
|||||||
good.set(false);
|
good.set(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void assetDependencyNotFound(AssetKey ak, AssetKey ak1) {
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
mgr.loadModel(key);
|
mgr.loadModel(key);
|
||||||
|
@ -151,6 +151,9 @@ public final class ModelImporterVisualPanel1 extends JPanel implements AssetEven
|
|||||||
public void assetLoaded(AssetKey ak) {
|
public void assetLoaded(AssetKey ak) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void assetDependencyNotFound(AssetKey ak, AssetKey ak1) {
|
||||||
|
}
|
||||||
|
|
||||||
public void cleanup() {
|
public void cleanup() {
|
||||||
offPanel.stopPreview();
|
offPanel.stopPreview();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user