X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexturecube.h;h=4530a97ac8525d4719af598c9ed1757edfbbf47b;hp=fe343c7390630de1ad6fdc9a1f3a2cbc3ebfcdda;hb=cabb833e9b4ca10b9f350f3be6c351dce6a66822;hpb=3535b65a6523abe89f3e008c8c885fcdd64a97ad diff --git a/source/texturecube.h b/source/texturecube.h index fe343c73..4530a97a 100644 --- a/source/texturecube.h +++ b/source/texturecube.h @@ -103,7 +103,7 @@ public: /** Returns a vector pointing to the center a texel. */ Vector3 get_texel_direction(TextureCubeFace, unsigned, unsigned); - 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() { } };