X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture2d.cpp;h=c0a96a4e7e2d43e10e14b58f268d8952fe0ac90c;hp=b3caf509ec3108b1d418c8298186d1e795d2cb03;hb=f1244e29afd2a36aafc2373d485457b4cb0411ff;hpb=4d146fba83f1ee7b8bd2249648a66db51857730f diff --git a/source/core/texture2d.cpp b/source/core/texture2d.cpp index b3caf509..c0a96a4e 100644 --- a/source/core/texture2d.cpp +++ b/source/core/texture2d.cpp @@ -254,7 +254,6 @@ void Texture2D::Loader::storage_levels(PixelFormat fmt, unsigned w, unsigned h, Texture2D::AsyncLoader::AsyncLoader(Texture2D &t, IO::Seekable &i): texture(t), io(i), - pixel_buffer(PIXEL_UNPACK_BUFFER), mapped_address(0), img_loader(Graphics::ImageLoader::open_io(io)), phase(0)