]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture3d.h
Pass the resource collection to async loaders
[libs/gl.git] / source / texture3d.h
index fa4c050f039c38f9a0734b0f6ec11ec21082e92b..c55a3c1ae3bffd40be72d97183e0fbbebe86bd7e 100644 (file)
@@ -62,7 +62,7 @@ private:
        void get_level_size(unsigned, unsigned &, unsigned &, unsigned &);
 
 public:
-       virtual AsyncLoader *load(IO::Seekable &) { return 0; }
+       virtual AsyncLoader *load(IO::Seekable &, const Resources * = 0) { return 0; }
        virtual UInt64 get_data_size() const;
        virtual void unload() { }
 };