mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Cleanup.
This commit is contained in:
parent
6b00f65849
commit
d3af45bd56
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ namespace bgfx
|
|||
, m_params.BackBufferHeight
|
||||
, rect.Pitch
|
||||
, &data[point.y*rect.Pitch+point.x*bytesPerPixel]
|
||||
, m_params.BackBufferHeight*rect.Pitch
|
||||
, m_params.BackBufferHeight*rect.Pitch
|
||||
, false
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue