Skip to content

Commit

Permalink
Merge pull request #1 from Kitsumon/fix-disable-mipmaps
Browse files Browse the repository at this point in the history
fix: disable mipmaps
  • Loading branch information
JayArrowz authored Feb 27, 2024
2 parents f4d29eb + 110e1f8 commit 3fd362e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private unsafe void CreateRenderDataTexture2DMarshalToNative(uint width, uint he
(int)_lottieRenderData.width,
(int)_lottieRenderData.height,
TextureFormat.BGRA32,
0,
-1,
false);
_pixelData = Texture.GetRawTextureData<byte>();
_lottieRenderData.buffer = _pixelData.GetUnsafePtr();
Expand Down

0 comments on commit 3fd362e

Please sign in to comment.