X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fmesh.h;h=89f51fdd9e3493aa97bddd3e40409bffeb34f991;hb=b4dfecd72df8bb342ddb20c46516ba6cb62e5600;hp=39bf55b22d5129f0725f11a44233f48be28556d9;hpb=f19366d32cc29287a2730cfba90893e407754081;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 &);