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