]> git.tdb.fi Git - libs/gl.git/blobdiff - source/mesh.cpp
Pass the resource collection to async loaders
[libs/gl.git] / source / mesh.cpp
index 44568697f4f6dfd46aca884b9a6ebb8cffc05db3..8f7c517b2b5360a57d69bded3aed38d32b9ab58c 100644 (file)
@@ -200,7 +200,7 @@ void Mesh::unbind()
                glBindVertexArray(0);
 }
 
-Resource::AsyncLoader *Mesh::load(IO::Seekable &io)
+Resource::AsyncLoader *Mesh::load(IO::Seekable &io, const Resources *)
 {
        return new AsyncLoader(*this, io);
 }