mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
ZVISION: Remove extraneous comments
This commit is contained in:
parent
3fd5a8ab5a
commit
c828074df9
@ -150,8 +150,8 @@ void RenderTable::generatePanoramaLookupTable() {
|
||||
uint32 index = y * _numColumns + x;
|
||||
|
||||
// Only store the x,y offsets instead of the absolute positions
|
||||
_internalBuffer[index].x = newX - x; //pixel index
|
||||
_internalBuffer[index].y = newY - y; //pixel index
|
||||
_internalBuffer[index].x = newX - x;
|
||||
_internalBuffer[index].y = newY - y;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user