new cursor override: use next object's colors (close #43)

This commit is contained in:
yugecin
2016-11-20 22:10:17 +01:00
parent 3cbc02c253
commit 63144426d1
3 changed files with 16 additions and 0 deletions

View File

@@ -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;