- fix small typo in BlenderLoader

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7924 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-07-26 13:34:42 +00:00
parent 93530bc2d0
commit 5ec83b0f62

View File

@ -1715,7 +1715,7 @@ public class TextureHelper extends AbstractBlenderHelper {
Texture tex = dataRepository.getAssetManager().loadTexture(texKey);
image = tex.getImage();
} catch (AssetNotFoundException e) {
LOGGER.warning("Asset nof found: " + e.getLocalizedMessage());
LOGGER.warning("Asset not found: " + e.getLocalizedMessage());
}
}