Decreased tooltip display delay from 700ms to 300ms

This commit is contained in:
magenoxx 2012-06-28 00:16:26 +04:00
parent 2c063acbeb
commit 004aa20d08

View file

@ -162,7 +162,7 @@ public class MageActionCallback implements ActionCallback {
ThreadUtils.threadPool2.submit(new Runnable() {
@Override
public void run() {
ThreadUtils.sleep(700);
ThreadUtils.sleep(300);
if (popupCard == null || !popupCard.equals(data.card)) {
return;