X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexture.cpp;h=ef8b7eef48584db1b9680338cf67b9df1d31f452;hb=24b24e2203c776aacd9744bb947f5cf47b03d328;hp=877e4d10c38f6ab60d64fd7166e4e56d5d1f2674;hpb=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git diff --git a/source/core/texture.cpp b/source/core/texture.cpp index 877e4d10..ef8b7eef 100644 --- a/source/core/texture.cpp +++ b/source/core/texture.cpp @@ -125,7 +125,7 @@ void Texture::apply_swizzle() } } -void Texture::set_parameter_i(GLenum param, int value) const +void Texture::set_parameter_i(unsigned param, int value) const { if(ARB_direct_state_access) glTextureParameteri(id, param, value);