buildfix: disabling fasttimers assert to unstick the build

master
Nyx (Neal Orman) 2010-09-03 16:31:52 -04:00
parent dd15fb86c0
commit 413eb8a705
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#define FAST_TIMER_ON 1
#define TIME_FAST_TIMERS 0
#define DEBUG_FAST_TIMER_THREADS 1
#define DEBUG_FAST_TIMER_THREADS 0
class LLMutex;