]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/mesh.h
Use set_manager instead of passing the manager to the constructor
[libs/gl.git] / source / core / mesh.h
index 39bf55b22d5129f0725f11a44233f48be28556d9..89f51fdd9e3493aa97bddd3e40409bffeb34f991 100644 (file)
@@ -75,8 +75,8 @@ private:
        std::string debug_name;
 
 public:
-       Mesh(ResourceManager * = 0);
-       Mesh(const VertexFormat &, ResourceManager * = 0);
+       Mesh();
+       Mesh(const VertexFormat &);
        ~Mesh();
 
        void storage(const VertexFormat &);