X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmesh.h;h=e9feb675a0635ee67127b5b4cd0f426617be7855;hb=6dc2da27f0831d4172fcfeba4900616fd6c844b8;hp=7e455cd97211638938daa191b3281925fde1fb31;hpb=cabb833e9b4ca10b9f350f3be6c351dce6a66822;p=libs%2Fgl.git diff --git a/source/mesh.h b/source/mesh.h index 7e455cd9..e9feb675 100644 --- a/source/mesh.h +++ b/source/mesh.h @@ -95,6 +95,7 @@ public: static void unbind(); + 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();