X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=0377c022c30137898da1257571eba01c3dbfd543;hp=80012f46846a7bd11746ed182fc2a56a21c8dfc5;hb=b7ecc29c204faede028556d1942b2d61d5cda9ee;hpb=cf1676a405c2a81413fd565bc83331b7a8778eb5 diff --git a/source/core/texture.h b/source/core/texture.h index 80012f46..0377c022 100644 --- a/source/core/texture.h +++ b/source/core/texture.h @@ -64,7 +64,7 @@ protected: bool auto_gen_mipmap; std::string debug_name; - static int swizzle_orders[]; + static const int swizzle_orders[]; static Texture *scratch_binding; Texture(GLenum, ResourceManager * = 0);