add missing Release() call
This commit is contained in:
parent
98ff932880
commit
7f032498d7
|
@ -92,6 +92,8 @@ void Framebuffer::Release()
|
||||||
m_framebufferName = 0;
|
m_framebufferName = 0;
|
||||||
m_fixedWidth = 0;
|
m_fixedWidth = 0;
|
||||||
m_fixedHeight = 0;
|
m_fixedHeight = 0;
|
||||||
|
|
||||||
|
GraphicsContextResource::Release();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Framebuffer::CreateFramebuffer()
|
void Framebuffer::CreateFramebuffer()
|
||||||
|
|
Reference in a new issue