X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=33e0769d65431ac8c6a25152b486ea589337fed4;hp=2f647b90cae721837f441a59c4c67e5c5f3f31fd;hb=ef650a483b4201a1e9727f9a86e59894344d30e8;hpb=4965ad140daacd10e77b74ce9b49e98c4c4dae55 diff --git a/source/core/texture.h b/source/core/texture.h index 2f647b90..33e0769d 100644 --- a/source/core/texture.h +++ b/source/core/texture.h @@ -63,7 +63,7 @@ protected: bool use_srgb_format; bool auto_gen_mipmap; - Texture(unsigned, ResourceManager * = 0); + Texture(unsigned); void set_format(PixelFormat);