fix: polygon texture default fill
This commit is contained in:
parent
df909daccb
commit
0bc45dfd74
@ -185,7 +185,7 @@ public class AreaStyle extends RenderStyle {
|
||||
}
|
||||
|
||||
public T reset() {
|
||||
fillColor = Color.BLACK;
|
||||
fillColor = Color.WHITE;
|
||||
strokeColor = Color.BLACK;
|
||||
strokeWidth = 0;
|
||||
fadeScale = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user