OSDN Git Service

renamed nodes -> graphs
authorbadlogic <badlogicgames@gmail.com>
Mon, 8 Jul 2013 14:11:45 +0000 (15:11 +0100)
committerbadlogic <badlogicgames@gmail.com>
Mon, 8 Jul 2013 14:11:45 +0000 (15:11 +0100)
tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/graph/ShaderGraphTest.java [moved from tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/nodes/ShaderGraphTest.java with 98% similarity]

@@ -1,4 +1,4 @@
-package com.badlogic.gdx.tests.g3d.nodes;
+package com.badlogic.gdx.tests.g3d.graph;
 
 import com.badlogic.gdx.graphics.g3d.shaders.graph.ShaderGraph;
 import com.badlogic.gdx.graphics.g3d.shaders.graph.ShaderNode;