This commit is contained in:
Branimir Karadžić 2014-09-01 13:22:34 -07:00
parent 6b00f65849
commit d3af45bd56

View File

@ -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
);