diff --git a/src/AcDream.App/Rendering/TextureCache.cs b/src/AcDream.App/Rendering/TextureCache.cs index a53dfd7..1a231bb 100644 --- a/src/AcDream.App/Rendering/TextureCache.cs +++ b/src/AcDream.App/Rendering/TextureCache.cs @@ -296,8 +296,8 @@ public sealed unsafe class TextureCache : Wb.ITextureCachePerInstance, IDisposab InternalFormat.Rgba8, (uint)decoded.Width, (uint)decoded.Height, - 1, - 0, + depth: 1, + border: 0, PixelFormat.Rgba, PixelType.UnsignedByte, p);