fixed timer under windows

This commit is contained in:
gmueller 2011-01-27 21:53:53 +01:00
parent 04a55c02a7
commit 132ca27737
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ static void _init() {
// Set start time for timer // Set start time for timer
_t0_32 = timeGetTime(); _t0_32 = timeGetTime();
} }
_initialized = true;
} }
double PerformanceTimer::get() { double PerformanceTimer::get() {