浏览代码

Commented out an alpha-3 incompatible change. revert this commit afterwards.

MeFisto94 9 年之前
父节点
当前提交
18f9d8d53f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/JmeMotionPath.java

+ 1 - 1
jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/JmeMotionPath.java

@@ -294,7 +294,7 @@ public class JmeMotionPath extends AbstractSceneExplorerNode {
 
         Material m = new Material(SceneApplication.getApplication().getAssetManager(), "Common/MatDefs/Misc/Unshaded.j3md");
         m.setColor("Color", ColorRGBA.Red);
-        m.getAdditionalRenderState().setLineWidth(4f);
+        // Alpha4: m.getAdditionalRenderState().setLineWidth(4f);
 
         switch (motionPath.getPathSplineType()) {
             case CatmullRom: