X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture.cpp;h=004d78c2abc38d1b9bc383b361cefae647b8ac06;hb=ccbfdfa0d9d796244b1ecc0fa3faa2c50304811b;hp=97a73d9e6f59c81b3f8ca5f85f55219a02476da7;hpb=93fa68debcd6e416a1b20f43077f7a79525aaecb;p=libs%2Fgl.git diff --git a/source/texture.cpp b/source/texture.cpp index 97a73d9e..004d78c2 100644 --- a/source/texture.cpp +++ b/source/texture.cpp @@ -290,10 +290,10 @@ void Texture::Loader::init() add("external_image", &Loader::external_image); add("filter", &Loader::filter); - add("max_anisotropy", &Loader::max_anisotropy); add("generate_mipmap", &Loader::generate_mipmap); add("image_data", &Loader::image_data); add("mag_filter", &Loader::mag_filter); + add("max_anisotropy", &Loader::max_anisotropy); add("min_filter", &Loader::min_filter); add("wrap", &Loader::wrap); add("wrap_r", &Loader::wrap_r);