Fix to logging (thanks to rectalogic for finding it out :).
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9513 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
1e496c91fd
commit
1c429f0eb2
@ -168,7 +168,7 @@ public class MaterialHelper extends AbstractBlenderHelper {
|
||||
}
|
||||
|
||||
result = new MaterialContext(structure, blenderContext);
|
||||
LOGGER.log(Level.INFO, "Material's name: {0}", result.name);
|
||||
LOGGER.log(Level.INFO, "Material''s name: {0}", result.name);
|
||||
blenderContext.addLoadedFeatures(structure.getOldMemoryAddress(), structure.getName(), structure, result);
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user