Set lastchange to Value in Watch's explicit value constructor to match the change to prev.
This commit is contained in:
parent
a2a98415bf
commit
7d23581764
|
@ -54,9 +54,9 @@ namespace BizHawk.MultiClient
|
||||||
notes = Notes;
|
notes = Notes;
|
||||||
changecount = 0;
|
changecount = 0;
|
||||||
prev = Value;
|
prev = Value;
|
||||||
original = value;
|
original = Value;
|
||||||
lastchange = 0;
|
lastchange = Value;
|
||||||
lastsearch = value;
|
lastsearch = Value;
|
||||||
}
|
}
|
||||||
public int address { get; set; }
|
public int address { get; set; }
|
||||||
public int value { get; set; } //Current value
|
public int value { get; set; } //Current value
|
||||||
|
|
Loading…
Reference in New Issue