mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Fixed a bug
This commit is contained in:
parent
452c9672a9
commit
bd5572656c
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ public class GIFDecoder {
|
|||
// assume background is transparent
|
||||
var c:Number = transparency ? 0x00000000 : lastBgColor;
|
||||
// use given background color
|
||||
bitmap.fillRect(lastRect, c);
|
||||
bitmap.fillRect(bitmap.rect, c);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue