浏览代码

Fix issue.

/main
Yuncong Zhang 6 年前
当前提交
6c94226c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      Runtime/ui/painting/GifDecoder.cs

1
Runtime/ui/painting/GifDecoder.cs


this._setPixels(); // transfer pixel data to image
var bytes = new byte[this._width * this._height * sizeof(int)];
Buffer.BlockCopy(this._image, 0, this._currentFrame.bytes, 0, this._currentFrame.bytes.Length);
this._currentFrame.delay = this._delay;
this._frameCount++;

正在加载...
取消
保存