X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmesh.h;h=9e086e8770502778167702a3bebaa6cc935f6148;hb=76ca3c65dbb96461e42300016a85a4e158f5596b;hp=b4ba0c45151534fab16a0023b05c00cce636d5da;hpb=22f0f95981f17524587f5f2c5e3e91005240ddb7;p=libs%2Fgl.git diff --git a/source/mesh.h b/source/mesh.h index b4ba0c45..9e086e87 100644 --- a/source/mesh.h +++ b/source/mesh.h @@ -88,7 +88,10 @@ public: void draw(Renderer &) const; void draw_instanced(Renderer &, const VertexSetup &, unsigned) const; +private: + void draw(Renderer &, const VertexSetup *, unsigned) const; +public: virtual int get_load_priority() const { return 1; } virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0); virtual UInt64 get_data_size() const;