X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmesh.h;fp=source%2Fcore%2Fmesh.h;h=89f51fdd9e3493aa97bddd3e40409bffeb34f991;hb=ef650a483b4201a1e9727f9a86e59894344d30e8;hp=39bf55b22d5129f0725f11a44233f48be28556d9;hpb=4965ad140daacd10e77b74ce9b49e98c4c4dae55;p=libs%2Fgl.git diff --git a/source/core/mesh.h b/source/core/mesh.h index 39bf55b2..89f51fdd 100644 --- a/source/core/mesh.h +++ b/source/core/mesh.h @@ -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 &);