SDK:
- change confusing error message git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9345 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
858c8ba9ba
commit
cd010fa5e7
@ -193,7 +193,7 @@ public class AssetDataObject extends MultiDataObject {
|
|||||||
|
|
||||||
public synchronized void saveAsset() throws IOException {
|
public synchronized void saveAsset() throws IOException {
|
||||||
if (savable == null) {
|
if (savable == null) {
|
||||||
Logger.getLogger(AssetDataObject.class.getName()).log(Level.WARNING, "Trying to save asset that has not been loaded before or does not support saving!");
|
Logger.getLogger(AssetDataObject.class.getName()).log(Level.WARNING, "Trying to write asset failed, asset data null!\nImport failed?");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
final Savable savable = this.savable;
|
final Savable savable = this.savable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user