1
0
forked from 0ad/0ad

A quick fix for the assertion failure that happens when trying to access profiling data using profiler2.html.

This was SVN commit r13007.
This commit is contained in:
Yves 2012-12-22 16:36:20 +00:00
parent f19dbcdc7b
commit ebb2dc3a15

View File

@ -145,7 +145,6 @@ private:
// Wait until the main thread wakes us up
while ( true )
{
g_Profiler2.RecordRegionLeave("semaphore wait");
if (timer_Time() < m_PauseUntilTime)
continue;