mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added some fixes
More work on update window. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@700 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -166,7 +166,7 @@ void CachedScriptableImage::generateCached(const GeneratedImage::Options& option
|
||||
set_alpha(cached_i, *mask);
|
||||
} else {
|
||||
Image mask_scaled(cached_i.GetWidth(),cached_i.GetHeight(), false);
|
||||
resample(mask,mask_scaled);
|
||||
resample(*mask,mask_scaled);
|
||||
set_alpha(cached_i, mask_scaled);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user