Skip to content

Commit

Permalink
Made surface shape's default colors consistent with other shapes. Closes
Browse files Browse the repository at this point in the history
 #71.
  • Loading branch information
pdavidc committed Dec 12, 2016
1 parent 6aa0835 commit 2da7ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gov/nasa/worldwind/render/AbstractSurfaceShape.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ public abstract class AbstractSurfaceShape extends AbstractSurfaceObject impleme
Combinable, Draggable
{
/** The default interior color. */
protected static final Material DEFAULT_INTERIOR_MATERIAL = Material.PINK;
protected static final Material DEFAULT_INTERIOR_MATERIAL = Material.LIGHT_GRAY;
/** The default outline color. */
protected static final Material DEFAULT_OUTLINE_MATERIAL = Material.RED;
protected static final Material DEFAULT_OUTLINE_MATERIAL = Material.DARK_GRAY;
/** The default highlight color. */
protected static final Material DEFAULT_HIGHLIGHT_MATERIAL = Material.WHITE;
/** The default path type. */
Expand Down

0 comments on commit 2da7ad5

Please sign in to comment.