Copy all layers of textures with CopyRectangleFromTexture

This commit is contained in:
mimimi085181 2016-02-14 17:13:07 +01:00
parent 99555a35ca
commit bb4d636f34
3 changed files with 4 additions and 3 deletions

View file

@ -168,7 +168,7 @@ void TextureCache::TCacheEntry::CopyRectangleFromTexture(
0,
dstrect.GetWidth(),
dstrect.GetHeight(),
1);
srcentry->config.layers);
return;
}
else if (!framebuffer)