- 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:
parent
93530bc2d0
commit
5ec83b0f62
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user