Skip to content

Commit

Permalink
Commented out an alpha-3 incompatible change. revert this commit afte…
Browse files Browse the repository at this point in the history
…rwards.
  • Loading branch information
MeFisto94 committed Mar 29, 2016
1 parent e0700bb commit fd5942b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public Void call() throws Exception {

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:
Expand Down

0 comments on commit fd5942b

Please sign in to comment.