]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2d.h
Use set_manager instead of passing the manager to the constructor
[libs/gl.git] / source / core / texture2d.h
index a2454b76b3e613dd552599a2e545d7aef4716d0a..4f0bde26960c0db5f4dee5c9a0edd381f86e285e 100644 (file)
@@ -37,7 +37,7 @@ private:
        unsigned levels;
 
 public:
-       Texture2D(ResourceManager * = 0);
+       Texture2D();
        virtual ~Texture2D();
 
        /** Defines storage structure for the texture.  If lv is zero, the number