public void OnDelayUpdate(float val)
 {
     delay       = val / 1000f;
     stats.Delay = val;
     sortHandler.UpdateDelay(delay);
 }