screen::copy_from fix bug if vscale > 1 and originx > 0
commit35fe9346ba50f5f750cf336be1bbdee2d2280d4c
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Thu, 15 Sep 2011 19:45:04 +0000 (15 22:45 +0300)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Thu, 15 Sep 2011 19:45:04 +0000 (15 22:45 +0300)
treeca6221b04660f19550a1069c6ab5e0f4b4ef2ca0
parent6e66f954d8d25c80d4853aac006d20e0f8b9c58c
screen::copy_from fix bug if vscale > 1 and originx > 0

screen::copy_from did vertical scaling incorrectly if originx is positive,
as it copied n first pixels of each row as opposed to copying n pixels
starting from originx as it should.
render.cpp