- Fixed: when using the border property of drawbar, interpolation didn't work quite right.
SVN r2705 (trunk)
This commit is contained in:
parent
e9211aaad3
commit
31754a582d
2 changed files with 7 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue