gsdx-ogl: missing break

This commit is contained in:
Gregory Hainaut 2015-11-06 22:34:53 +01:00
parent 9f1649ae57
commit 3e4c3353ce
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ GSTextureOGL::GSTextureOGL(int type, int w, int h, int format, GLuint fbo_read)
m_int_type = (m_format == GL_R16UI) ? GL_UNSIGNED_SHORT : GL_SHORT;
m_int_alignment = 8;
m_int_shift = 3;
break;
// 4 channel float
case GL_RGBA32F: