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

@@ -169,7 +169,7 @@ namespace bgfx
return NULL;
}
void GlContext::destorySwapChain(SwapChainGL* /*_swapChain*/)
void GlContext::destroySwapChain(SwapChainGL* /*_swapChain*/)
{
BX_CHECK(false, "Shouldn't be called!");
}