fixed inactivity timer
This commit is contained in:
@@ -110,4 +110,8 @@ public class Element {
|
||||
|
||||
this.color = color;
|
||||
}
|
||||
|
||||
public void Moved() {
|
||||
lastMove = Engine.GetFramesDrawn();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user