Fixed typo. Issue #196.

This commit is contained in:
Branimir Karadžić
2014-11-30 09:06:47 -08:00
parent 7c1c180243
commit 3e4b82e7fe
13 changed files with 13 additions and 13 deletions

View File

@@ -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;
}