From cce7b0f6def1b32051c0037823a286bcd15d2ac2 Mon Sep 17 00:00:00 2001 From: pspeed42 Date: Thu, 10 Jul 2014 02:49:21 -0400 Subject: [PATCH] More tab eradication. --- .../src/main/resources/Common/MatDefs/Light/Lighting.j3md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md b/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md index bf28391eb..779242445 100644 --- a/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md +++ b/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md @@ -132,8 +132,8 @@ MaterialDef Phong Lighting { // For hardware skinning Int NumberOfBones Matrix4Array BoneMatrices - - Boolean UseInstancing + + Boolean UseInstancing } Technique { @@ -180,7 +180,7 @@ MaterialDef Phong Lighting { SPHERE_MAP : SphereMap NUM_BONES : NumberOfBones - + INSTANCING : UseInstancing } } @@ -309,7 +309,7 @@ MaterialDef Phong Lighting { WorldParameters { WorldViewProjectionMatrix WorldViewMatrix - NormalMatrix + NormalMatrix ViewProjectionMatrix ViewMatrix }