X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmesh.h;h=e9feb675a0635ee67127b5b4cd0f426617be7855;hb=3ba81ebaaec0c271d68cc12afbea86c394c3403d;hp=388d4d8806affd4d63901be8b7335a7bc7a85f55;hpb=c51030d1cb2308d30db80303a561de1774dfdb76;p=libs%2Fgl.git diff --git a/source/mesh.h b/source/mesh.h index 388d4d88..e9feb675 100644 --- a/source/mesh.h +++ b/source/mesh.h @@ -95,7 +95,8 @@ public: static void unbind(); - virtual Resource::AsyncLoader *load(IO::Seekable &); + virtual int get_load_priority() const { return 1; } + virtual Resource::AsyncLoader *load(IO::Seekable &, const Resources * = 0); virtual UInt64 get_data_size() const; virtual void unload(); };