mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
IOS: Typo
This commit is contained in:
parent
9b51cafc04
commit
c4b8db5589
@ -515,7 +515,7 @@ uint getSizeNextPOT(uint size) {
|
||||
memset(_scalerMemorySrc, 0, _videoContext.screenTexture.pitch * 2);
|
||||
// Copy original buffer
|
||||
memcpy(_scalerMemorySrc + _videoContext.screenTexture.pitch * 2, _videoContext.screenTexture.getPixels(), _videoContext.screenTexture.pitch * _videoContext.screenTexture.h);
|
||||
// Clear two linex after
|
||||
// Clear two lines after
|
||||
memset(_scalerMemorySrc + _videoContext.screenTexture.pitch * (2 + _videoContext.screenTexture.h), 0, _videoContext.screenTexture.pitch * 2);
|
||||
// Apply scaler
|
||||
_scaler(_scalerMemorySrc + _videoContext.screenTexture.pitch * 2,
|
||||
|
Loading…
Reference in New Issue
Block a user