X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fpixelformat_backend.cpp;h=9cf796479c37d6ac7077aef33abe1255da16b4ac;hp=79669ba999a75a4c9adb172153d3c10e35b0e74a;hb=f06597a014938746c9018e1dfc463932c8dde5ec;hpb=f0081c84106c3aead61e48f76d52bd92b61ed131 diff --git a/source/backends/opengl/pixelformat_backend.cpp b/source/backends/opengl/pixelformat_backend.cpp index 79669ba9..9cf79647 100644 --- a/source/backends/opengl/pixelformat_backend.cpp +++ b/source/backends/opengl/pixelformat_backend.cpp @@ -18,7 +18,8 @@ int swizzle_orders[] = GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RED, GL_RED, GL_RED, GL_ONE, GL_RED, GL_RED, GL_RED, GL_GREEN, - GL_BLUE, GL_GREEN, GL_RED, GL_ALPHA + GL_BLUE, GL_GREEN, GL_RED, GL_ALPHA, + GL_RED, GL_GREEN, GL_BLUE, GL_ONE }; }