X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Ftexture_backend.cpp;fp=source%2Fbackends%2Fopengl%2Ftexture_backend.cpp;h=88e1c2b33877cc1349b93375b8201f4de318047c;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hp=e8288045f4625fd5766e5b1048809717660ce204;hpb=3bc34893905a2df622894aadcb6669f27f186772;p=libs%2Fgl.git diff --git a/source/backends/opengl/texture_backend.cpp b/source/backends/opengl/texture_backend.cpp index e8288045..88e1c2b3 100644 --- a/source/backends/opengl/texture_backend.cpp +++ b/source/backends/opengl/texture_backend.cpp @@ -23,7 +23,6 @@ int OpenGLTexture::swizzle_orders[] = OpenGLTexture *OpenGLTexture::scratch_binding = 0; OpenGLTexture::OpenGLTexture(unsigned t): - id(0), target(t) { static bool alignment_init = false;