openglbackend: call base function in CloseInternal()

This commit is contained in:
itsmattkc
2020-02-14 14:51:11 +11:00
parent 9de164cfba
commit f36c635b05
@@ -73,6 +73,8 @@ void OpenGLBackend::CloseInternal()
copy_buffer_.Destroy();
copy_pipeline_ = nullptr;
master_texture_ = nullptr;
VideoRenderBackend::CloseInternal();
}
OpenGLTexturePtr OpenGLBackend::GetCachedFrameAsTexture(const rational &time)