]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture.h
Use set_manager instead of passing the manager to the constructor
[libs/gl.git] / source / core / texture.h
index 2f647b90cae721837f441a59c4c67e5c5f3f31fd..33e0769d65431ac8c6a25152b486ea589337fed4 100644 (file)
@@ -63,7 +63,7 @@ protected:
        bool use_srgb_format;
        bool auto_gen_mipmap;
 
-       Texture(unsigned, ResourceManager * = 0);
+       Texture(unsigned);
 
        void set_format(PixelFormat);