mirror of https://github.com/rusefi/jzy3d-api.git
Merge pull request #86 from jacobfilik/waterfall_bug_fix
Fix waterfall draw in Windows10 by reversing add of fill and outline
This commit is contained in:
commit
bbe14e13af
|
@ -35,8 +35,8 @@ public class WaterfallComposite extends Shape {
|
|||
outline.setWireframeColor(Color.BLACK);
|
||||
outline.setFaceDisplayed(false);
|
||||
|
||||
add(outline);
|
||||
add(fill);
|
||||
add(outline);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue