We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0700bb commit fd5942bCopy full SHA for fd5942b
jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/JmeMotionPath.java
@@ -294,7 +294,7 @@ public Void call() throws Exception {
294
295
Material m = new Material(SceneApplication.getApplication().getAssetManager(), "Common/MatDefs/Misc/Unshaded.j3md");
296
m.setColor("Color", ColorRGBA.Red);
297
- m.getAdditionalRenderState().setLineWidth(4f);
+ // Alpha4: m.getAdditionalRenderState().setLineWidth(4f);
298
299
switch (motionPath.getPathSplineType()) {
300
case CatmullRom:
0 commit comments