ソースを参照

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
Kae..pl 12 年 前
コミット
28ea9d8a0d

+ 0 - 4
engine/src/blender/com/jme3/scene/plugins/blender/textures/TextureHelper.java

@@ -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
         }