fixed timer under windows
This commit is contained in:
parent
04a55c02a7
commit
132ca27737
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user