add missing Release() call

This commit is contained in:
Gered 2013-04-01 18:31:39 -04:00
parent 98ff932880
commit 7f032498d7

View file

@ -92,6 +92,8 @@ void Framebuffer::Release()
m_framebufferName = 0;
m_fixedWidth = 0;
m_fixedHeight = 0;
GraphicsContextResource::Release();
}
void Framebuffer::CreateFramebuffer()