mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-10 20:35:08 +01:00
Fix small typo
This commit is contained in:
parent
18506a6e52
commit
3c5f8dd876
@ -480,7 +480,7 @@ namespace skyline::gpu {
|
||||
level.dimensions,
|
||||
guest->format->blockWidth, guest->format->blockHeight, guest->format->bpb,
|
||||
level.blockHeight, level.blockDepth,
|
||||
outputLevel, inputLevel + (layer * level.linearSize)
|
||||
inputLevel + (layer * level.linearSize), outputLevel
|
||||
);
|
||||
|
||||
outputLevel += level.blockLinearSize;
|
||||
|
Loading…
Reference in New Issue
Block a user