- Fixed: when using the border property of drawbar, interpolation didn't work quite right.

SVN r2705 (trunk)
This commit is contained in:
Braden Obrzut 2010-09-06 20:12:44 +00:00
commit 31754a582d
2 changed files with 7 additions and 8 deletions

View file

@ -1288,7 +1288,7 @@ public:
}
if(clearDontDraw)
screen->Clear(static_cast<int>(rcx), static_cast<int>(rcy), static_cast<int>(MIN<double>(rcr, w)), static_cast<int>(MIN<double>(rcb, h)), GPalette.BlackIndex, 0);
screen->Clear(static_cast<int>(rcx), static_cast<int>(rcy), static_cast<int>(MIN<double>(rcr, rcx+w)), static_cast<int>(MIN<double>(rcb, rcy+h)), GPalette.BlackIndex, 0);
else
{
if(alphaMap)