gsdx-ogl: init Render object

CID 147002
This commit is contained in:
Gregory Hainaut 2016-03-28 17:39:06 +02:00
parent a4d0c23071
commit 856a12f94f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ GSRendererOGL::GSRendererOGL()
UserHacks_safe_fbmask = theApp.GetConfig("UserHacks_safe_fbmask", false);
m_prim_overlap = PRIM_OVERLAP_UNKNOW;
m_unsafe_fbmask = false;
if (!theApp.GetConfig("UserHacks", 0)) {
UserHacks_TCOffset = 0;