]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture1d.h
Pass the resource collection to async loaders
[libs/gl.git] / source / texture1d.h
index ea673c3b8b8a606326e78963cdbe30b35fb3cc50..63b25c138756c8c6a44bd635e341cab9810332f9 100644 (file)
@@ -27,7 +27,7 @@ private:
        unsigned get_level_size(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() { }
 };