X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmesh.cpp;fp=source%2Fmesh.cpp;h=8f7c517b2b5360a57d69bded3aed38d32b9ab58c;hb=cabb833e9b4ca10b9f350f3be6c351dce6a66822;hp=44568697f4f6dfd46aca884b9a6ebb8cffc05db3;hpb=3535b65a6523abe89f3e008c8c885fcdd64a97ad;p=libs%2Fgl.git diff --git a/source/mesh.cpp b/source/mesh.cpp index 44568697..8f7c517b 100644 --- a/source/mesh.cpp +++ b/source/mesh.cpp @@ -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); }