OSDN Git Service

Cant commit without this
authorXoppa <contact@xoppa.nl>
Sun, 24 Mar 2013 22:34:40 +0000 (23:34 +0100)
committerXoppa <contact@xoppa.nl>
Sun, 24 Mar 2013 22:34:40 +0000 (23:34 +0100)
gdx/src/com/badlogic/gdx/graphics/g3d/test/TestShader.java

index babf76d..1009e65 100644 (file)
@@ -82,7 +82,7 @@ public class TestShader implements Shader {
                        prefix += "#define "+TextureAttribute.DiffuseAlias+"Flag\n";
                if ((mask & ColorAttribute.Diffuse) == ColorAttribute.Diffuse)
                        prefix += "#define "+ColorAttribute.DiffuseAlias+"Flag\n";
-               
+
                program = new ShaderProgram(prefix + vertexShader, prefix + fragmentShader);
                if (!program.isCompiled())
                        throw new GdxRuntimeException(program.getLog());