X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmesh.h;h=89f51fdd9e3493aa97bddd3e40409bffeb34f991;hb=ef650a483b4201a1e9727f9a86e59894344d30e8;hp=010289b04aa667eeea23b652a2088d26f81a8636;hpb=acaefb4c669f01855252818ef0a2958cbdababc3;p=libs%2Fgl.git diff --git a/source/core/mesh.h b/source/core/mesh.h index 010289b0..89f51fdd 100644 --- a/source/core/mesh.h +++ b/source/core/mesh.h @@ -75,11 +75,8 @@ private: std::string debug_name; public: - Mesh(ResourceManager * = 0); - Mesh(const VertexFormat &, ResourceManager * = 0); -private: - void init(ResourceManager *); -public: + Mesh(); + Mesh(const VertexFormat &); ~Mesh(); void storage(const VertexFormat &);