Refactoring: tabs replaced by spaces in blender importer sources. (removed unnecesary comment about the spaces so that is not misleading later for others ;) )
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10402 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
ecc8d8387b
commit
28ea9d8a0d
@ -703,10 +703,6 @@ public class TextureHelper extends AbstractBlenderHelper {
|
||||
* @return the loaded image or null if the image cannot be found
|
||||
*/
|
||||
protected Texture loadImageFromFile(String name, int imaflag, BlenderContext blenderContext) {
|
||||
// @Marcin: please, please disable the use of "TAB"
|
||||
// in your IDE in favor of four spaces.
|
||||
// All your code looks like this for us: http://i.imgur.com/sGcBv6Q.png
|
||||
// spaces always work ;)
|
||||
if (!name.contains(".")) {
|
||||
return null; // no extension means not a valid image
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user