X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmesh.h;h=e9feb675a0635ee67127b5b4cd0f426617be7855;hp=388d4d8806affd4d63901be8b7335a7bc7a85f55;hb=3b159edbe4e80a2bc19c4c2fcd42cb996b9fbfe0;hpb=c51030d1cb2308d30db80303a561de1774dfdb76 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(); };