mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 12:55:42 -04:00
OpenGLHostDisplay: Don't assert when reading back last query
This commit is contained in:
parent
239b585d8c
commit
1e6abc1d64
@ -993,8 +993,6 @@ void OpenGLHostDisplay::PopTimestampQuery()
|
||||
|
||||
GLint available = 0;
|
||||
GetQueryObjectiv(m_timestamp_queries[m_read_timestamp_query], GL_QUERY_RESULT_AVAILABLE, &available);
|
||||
DebugAssert(m_read_timestamp_query != m_write_timestamp_query);
|
||||
|
||||
if (!available)
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user