mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-01 07:52:37 +00:00
Copy all layers of textures with CopyRectangleFromTexture
This commit is contained in:
parent
99555a35ca
commit
bb4d636f34
3 changed files with 4 additions and 3 deletions
|
@ -168,7 +168,7 @@ void TextureCache::TCacheEntry::CopyRectangleFromTexture(
|
|||
0,
|
||||
dstrect.GetWidth(),
|
||||
dstrect.GetHeight(),
|
||||
1);
|
||||
srcentry->config.layers);
|
||||
return;
|
||||
}
|
||||
else if (!framebuffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue