SDK: NewGeometry set default mode to Triangles
This commit is contained in:
parent
b8d6b490f9
commit
8612219bc1
@ -355,7 +355,7 @@ public class NewGeometrySettings implements Serializable, PreferenceChangeListen
|
||||
}
|
||||
|
||||
protected Mode getMode(String baseName) {
|
||||
return Mode.values()[pref.getInt(baseName, Mode.Lines.ordinal())];
|
||||
return Mode.values()[pref.getInt(baseName, Mode.Triangles.ordinal())];
|
||||
}
|
||||
|
||||
public void putMode(String baseName, Mode value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user