mirror of https://github.com/PCSX2/pcsx2.git
parent
856a12f94f
commit
8dee7daeb9
|
@ -275,7 +275,12 @@ GSTextureOGL::GSTextureOGL(int type, int w, int h, int format, GLuint fbo_read)
|
|||
m_int_alignment = 0;
|
||||
m_int_shift = 0;
|
||||
break;
|
||||
|
||||
default:
|
||||
m_int_format = 0;
|
||||
m_int_type = 0;
|
||||
m_int_alignment = 0;
|
||||
m_int_shift = 0;
|
||||
ASSERT(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue