new cursor override: use next object's colors (close #43)
This commit is contained in:
@@ -71,6 +71,8 @@ public class Cursor {
|
||||
|
||||
public static Color lastObjColor = Color.white;
|
||||
public static Color lastMirroredObjColor = Color.white;
|
||||
public static Color nextObjColor = Color.white;
|
||||
public static Color nextMirroredObjColor = Color.white;
|
||||
|
||||
private boolean isMirrored;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user