Update the outline every 500ms.

This commit is contained in:
Roberto Raggi
2010-07-19 14:13:06 +02:00
parent a0faf279d5
commit 8ecf67a41a

View File

@@ -97,8 +97,8 @@
#include <sstream> #include <sstream>
enum { enum {
UPDATE_OUTLINE_INTERVAL = 150, UPDATE_OUTLINE_INTERVAL = 500,
UPDATE_USES_INTERVAL = 300 UPDATE_USES_INTERVAL = 500
}; };
using namespace CPlusPlus; using namespace CPlusPlus;