Skip to content

Commit fd5942b

Browse files
committed
Commented out an alpha-3 incompatible change. revert this commit afterwards.
1 parent e0700bb commit fd5942b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public Void call() throws Exception {
294294

295295
Material m = new Material(SceneApplication.getApplication().getAssetManager(), "Common/MatDefs/Misc/Unshaded.j3md");
296296
m.setColor("Color", ColorRGBA.Red);
297-
m.getAdditionalRenderState().setLineWidth(4f);
297+
// Alpha4: m.getAdditionalRenderState().setLineWidth(4f);
298298

299299
switch (motionPath.getPathSplineType()) {
300300
case CatmullRom:

0 commit comments

Comments
 (0)