mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -6504,7 +6504,8 @@ namespace bgfx { namespace gl
|
||||
|
||||
uint32_t frameQueryIdx = UINT32_MAX;
|
||||
|
||||
if (m_timerQuerySupport)
|
||||
if (m_timerQuerySupport
|
||||
&& !BX_ENABLED(BX_PLATFORM_OSX) )
|
||||
{
|
||||
frameQueryIdx = m_gpuTimer.begin(BGFX_CONFIG_MAX_VIEWS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user