mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Fixed typo. Issue #196.
This commit is contained in:
@@ -4031,7 +4031,7 @@ namespace bgfx
|
||||
|
||||
if (NULL != m_swapChain)
|
||||
{
|
||||
s_renderGL->m_glctx.destorySwapChain(m_swapChain);
|
||||
s_renderGL->m_glctx.destroySwapChain(m_swapChain);
|
||||
m_swapChain = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user