X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmesh.h;h=e9feb675a0635ee67127b5b4cd0f426617be7855;hp=7e455cd97211638938daa191b3281925fde1fb31;hb=574abfb;hpb=1acb01fb3c23439444a22fb9a9167ff6dd67611c 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();